Html Css Color HEX #465533 Clover

📋 copy color: '#465533'

red 70 ◦ green 85 ◦ blue 51

#465533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clover #465533

Tints of Clover #465533

RGB

 RED value IS 70 (27.73% from 255) = 33.98%

 GREEN value IS 85 (33.59% from 255) = 41.26%

 BLUE value IS 51 (20.31% from 255) = 24.76%

R = 33.98%
G = 41.26%
B = 24.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#465533 (or 0x465533) is known color: Clover. HEX triplet: 46, 55 and 33. RGB value is (70,85,51). Sum of RGB (Red+Green+Blue) = 70+85+51=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #465533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465533 is #B9AACC. Grayscale: #4C4C4C. Windows color (decimal): -12167885 or 3364166. OLE color: 3364166.

HSL color Cylindrical-coordinate representation of color #465533: hue angle of 86.47º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465533 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 51 -
CMYK 0.18 0 0.40 0.67
HSL 86.47º 0.25% 0.27% -
HSV(B) 86.47º 0.4% 0.33% -
XYZ 6.37 8.04 4.35 -
YUV 76.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 70 85 51 0.18 0 0.40 0.67 86.47 0.25 0.27
Hex 46 55 33 12 0 28 43 56 19 1B
Octal 106 125 63 22 0 50 103 126 31 33
Binary 1000110 1010101 110011 10010 0 101000 1000011 1010110 11001 11011

Color Harmonies of #465533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465533

Black with #465533

Text Example


Text Example

White with #465533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465533; }

 p { color: rgb(70,85,51); }

 H1.HeaderClassName
 {
   color: #465533;
 }
 .AnyTagClassName
 {
   color: #465533;
 }
</style>

background-color css

<style>
 a { background-color: #465533; }

 a { background-color: rgb(70,85,51); }

 div.DivClassName
 {
   background-color: #465533;
 }
 .BgClassName
 {
   background-color: #465533;
 }
</style>

border-color css

<style>
 span { border-color: #465533; }

 span { border-color: rgb(70,85,51); }

 td.TdClassName
 {
   border-color: #465533;
 }
 .TagClassName
 {
   border-color: #465533;
 }
</style>