Html Css Color HEX #425033 Clover

📋 copy color: '#425033'

red 66 ◦ green 80 ◦ blue 51

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

Shades of Clover #425033

Tints of Clover #425033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.61%

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

R = 33.5%
G = 40.61%
B = 25.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#425033 (or 0x425033) is known color: Clover. HEX triplet: 42, 50 and 33. RGB value is (66,80,51). Sum of RGB (Red+Green+Blue) = 66+80+51=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #425033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425033 is #BDAFCC. Grayscale: #484848. Windows color (decimal): -12431309 or 3362882. OLE color: 3362882.

HSL color Cylindrical-coordinate representation of color #425033: hue angle of 88.97º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #425033 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 51 -
CMYK 0.17 0 0.36 0.69
HSL 88.97º 0.22% 0.26% -
HSV(B) 88.97º 0.36% 0.31% -
XYZ 5.71 7.13 4.21 -
YUV 72.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 66 80 51 0.17 0 0.36 0.69 88.97 0.22 0.26
Hex 42 50 33 11 0 24 45 59 16 1A
Octal 102 120 63 21 0 44 105 131 26 32
Binary 1000010 1010000 110011 10001 0 100100 1000101 1011001 10110 11010

Color Harmonies of #425033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425033

Black with #425033

Text Example


Text Example

White with #425033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425033; }

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

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

background-color css

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

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

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

border-color css

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

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

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