Html Css Color HEX #424E34 Clover

📋 copy color: '#424E34'

red 66 ◦ green 78 ◦ blue 52

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

Shades of Clover #424E34

Tints of Clover #424E34

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.8%

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

R = 33.67%
G = 39.8%
B = 26.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#424E34 (or 0x424E34) is known color: Clover. HEX triplet: 42, 4E and 34. RGB value is (66,78,52). Sum of RGB (Red+Green+Blue) = 66+78+52=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #424E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E34 is #BDB1CB. Grayscale: #474747. Windows color (decimal): -12431820 or 3427906. OLE color: 3427906.

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

Color convert

RGB 66 78 52 -
CMYK 0.15 0 0.33 0.69
HSL 87.69º 0.2% 0.25% -
HSV(B) 87.69º 0.33% 0.31% -
XYZ 5.59 6.85 4.28 -
YUV 71.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 66 78 52 0.15 0 0.33 0.69 87.69 0.2 0.25
Hex 42 4E 34 F 0 21 45 58 14 19
Octal 102 116 64 17 0 41 105 130 24 31
Binary 1000010 1001110 110100 1111 0 100001 1000101 1011000 10100 11001

Color Harmonies of #424E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E34

Black with #424E34

Text Example


Text Example

White with #424E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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