Html Css Color HEX #425A2C Clover

📋 copy color: '#425A2C'

red 66 ◦ green 90 ◦ blue 44

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

Shades of Clover #425A2C

Tints of Clover #425A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45%

 BLUE value IS 44 (17.58% from 255) = 22%

R = 33%
G = 45%
B = 22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#425A2C (or 0x425A2C) is known color: Clover. HEX triplet: 42, 5A and 2C. RGB value is (66,90,44). Sum of RGB (Red+Green+Blue) = 66+90+44=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #425A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A2C is #BDA5D3. Grayscale: #4D4D4D. Windows color (decimal): -12428756 or 2906690. OLE color: 2906690.

HSL color Cylindrical-coordinate representation of color #425A2C: hue angle of 91.3º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425A2C is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 90 44 -
CMYK 0.27 0 0.51 0.65
HSL 91.3º 0.34% 0.26% -
HSV(B) 91.3º 0.51% 0.35% -
XYZ 6.36 8.65 3.72 -
YUV 77.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 66 90 44 0.27 0 0.51 0.65 91.3 0.34 0.26
Hex 42 5A 2C 1B 0 33 41 5B 22 1A
Octal 102 132 54 33 0 63 101 133 42 32
Binary 1000010 1011010 101100 11011 0 110011 1000001 1011011 100010 11010

Color Harmonies of #425A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A2C

Black with #425A2C

Text Example


Text Example

White with #425A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425A2C; }

 p { color: rgb(66,90,44); }

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

background-color css

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

 a { background-color: rgb(66,90,44); }

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

border-color css

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

 span { border-color: rgb(66,90,44); }

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