Html Css Color HEX #425234 Clover

📋 copy color: '#425234'

red 66 ◦ green 82 ◦ blue 52

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

Shades of Clover #425234

Tints of Clover #425234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41%

 BLUE value IS 52 (20.7% from 255) = 26%

R = 33%
G = 41%
B = 26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#425234 (or 0x425234) is known color: Clover. HEX triplet: 42, 52 and 34. RGB value is (66,82,52). Sum of RGB (Red+Green+Blue) = 66+82+52=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #425234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425234 is #BDADCB. Grayscale: #494949. Windows color (decimal): -12430796 or 3428930. OLE color: 3428930.

HSL color Cylindrical-coordinate representation of color #425234: hue angle of 92º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425234 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 52 -
CMYK 0.20 0 0.37 0.68
HSL 92º 0.22% 0.26% -
HSV(B) 92º 0.37% 0.32% -
XYZ 5.88 7.44 4.37 -
YUV 73.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 66 82 52 0.20 0 0.37 0.68 92 0.22 0.26
Hex 42 52 34 14 0 25 44 5C 16 1A
Octal 102 122 64 24 0 45 104 134 26 32
Binary 1000010 1010010 110100 10100 0 100101 1000100 1011100 10110 11010

Color Harmonies of #425234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425234

Black with #425234

Text Example


Text Example

White with #425234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425234; }

 p { color: rgb(66,82,52); }

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

background-color css

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

 a { background-color: rgb(66,82,52); }

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

border-color css

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

 span { border-color: rgb(66,82,52); }

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