Html Css Color HEX #425332 Clover

📋 copy color: '#425332'

red 66 ◦ green 83 ◦ blue 50

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

Shades of Clover #425332

Tints of Clover #425332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.71%

 BLUE value IS 50 (19.92% from 255) = 25.13%

R = 33.17%
G = 41.71%
B = 25.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#425332 (or 0x425332) is known color: Clover. HEX triplet: 42, 53 and 32. RGB value is (66,83,50). Sum of RGB (Red+Green+Blue) = 66+83+50=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #425332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425332 is #BDACCD. Grayscale: #4A4A4A. Windows color (decimal): -12430542 or 3298114. OLE color: 3298114.

HSL color Cylindrical-coordinate representation of color #425332: hue angle of 90.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #425332 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 50 -
CMYK 0.20 0 0.40 0.67
HSL 90.91º 0.25% 0.26% -
HSV(B) 90.91º 0.4% 0.33% -
XYZ 5.92 7.58 4.17 -
YUV 74.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 66 83 50 0.20 0 0.40 0.67 90.91 0.25 0.26
Hex 42 53 32 14 0 28 43 5B 19 1A
Octal 102 123 62 24 0 50 103 133 31 32
Binary 1000010 1010011 110010 10100 0 101000 1000011 1011011 11001 11010

Color Harmonies of #425332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425332

Black with #425332

Text Example


Text Example

White with #425332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425332; }

 p { color: rgb(66,83,50); }

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

background-color css

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

 a { background-color: rgb(66,83,50); }

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

border-color css

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

 span { border-color: rgb(66,83,50); }

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