Html Css Color HEX #424F2F Clover

📋 copy color: '#424F2F'

red 66 ◦ green 79 ◦ blue 47

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

Shades of Clover #424F2F

Tints of Clover #424F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.48%

R = 34.38%
G = 41.15%
B = 24.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#424F2F (or 0x424F2F) is known color: Clover. HEX triplet: 42, 4F and 2F. RGB value is (66,79,47). Sum of RGB (Red+Green+Blue) = 66+79+47=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #424F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F2F is #BDB0D0. Grayscale: #474747. Windows color (decimal): -12431569 or 3100482. OLE color: 3100482.

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

Color convert

RGB 66 79 47 -
CMYK 0.16 0 0.41 0.69
HSL 84.38º 0.25% 0.25% -
HSV(B) 84.38º 0.41% 0.31% -
XYZ 5.56 6.96 3.74 -
YUV 71.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 66 79 47 0.16 0 0.41 0.69 84.38 0.25 0.25
Hex 42 4F 2F 10 0 29 45 54 19 19
Octal 102 117 57 20 0 51 105 124 31 31
Binary 1000010 1001111 101111 10000 0 101001 1000101 1010100 11001 11001

Color Harmonies of #424F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F2F

Black with #424F2F

Text Example


Text Example

White with #424F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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