Html Css Color HEX #424F2C Clover

📋 copy color: '#424F2C'

red 66 ◦ green 79 ◦ blue 44

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

Shades of Clover #424F2C

Tints of Clover #424F2C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.8%

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

R = 34.92%
G = 41.8%
B = 23.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#424F2C (or 0x424F2C) is known color: Clover. HEX triplet: 42, 4F and 2C. RGB value is (66,79,44). Sum of RGB (Red+Green+Blue) = 66+79+44=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #424F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F2C is #BDB0D3. Grayscale: #474747. Windows color (decimal): -12431572 or 2903874. OLE color: 2903874.

HSL color Cylindrical-coordinate representation of color #424F2C: hue angle of 82.29º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424F2C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 79 44 -
CMYK 0.16 0 0.44 0.69
HSL 82.29º 0.28% 0.24% -
HSV(B) 82.29º 0.44% 0.31% -
XYZ 5.5 6.93 3.43 -
YUV 71.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 66 79 44 0.16 0 0.44 0.69 82.29 0.28 0.24
Hex 42 4F 2C 10 0 2C 45 52 1C 18
Octal 102 117 54 20 0 54 105 122 34 30
Binary 1000010 1001111 101100 10000 0 101100 1000101 1010010 11100 11000

Color Harmonies of #424F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F2C

Black with #424F2C

Text Example


Text Example

White with #424F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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