Html Css Color HEX #425533 Clover

📋 copy color: '#425533'

red 66 ◦ green 85 ◦ blue 51

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

Shades of Clover #425533

Tints of Clover #425533

RGB

 RED value IS 66 (26.17% from 255) = 32.67%

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

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

R = 32.67%
G = 42.08%
B = 25.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#425533 (or 0x425533) is known color: Clover. HEX triplet: 42, 55 and 33. RGB value is (66,85,51). Sum of RGB (Red+Green+Blue) = 66+85+51=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #425533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425533 is #BDAACC. Grayscale: #4B4B4B. Windows color (decimal): -12430029 or 3364162. OLE color: 3364162.

HSL color Cylindrical-coordinate representation of color #425533: hue angle of 93.53º 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 #425533 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 51 -
CMYK 0.22 0 0.40 0.67
HSL 93.53º 0.25% 0.27% -
HSV(B) 93.53º 0.4% 0.33% -
XYZ 6.09 7.89 4.33 -
YUV 75.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 66 85 51 0.22 0 0.40 0.67 93.53 0.25 0.27
Hex 42 55 33 16 0 28 43 5E 19 1B
Octal 102 125 63 26 0 50 103 136 31 33
Binary 1000010 1010101 110011 10110 0 101000 1000011 1011110 11001 11011

Color Harmonies of #425533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425533

Black with #425533

Text Example


Text Example

White with #425533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425533; }

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

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

background-color css

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

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

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

border-color css

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

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

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