#425F1B

Color #425F1B Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #425F1B

Tints of Clover #425F1B

Color information

#425F1B (or 0x425F1B) is unknown color: approx Clover. HEX triplet: 42, 5F and 1B. RGB value is (66,95,27). Sum of RGB (Red+Green+Blue) = 66+95+27=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 95 (37.5% from 255 or 50.53% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 95 - color contains mainly: green. Hex color #425F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F1B is #BDA0E4. Grayscale: #4E4E4E. Windows color (decimal): -12427493 or 1793858. OLE color: 1793858.

HSL color Cylindrical-coordinate representation of color #425F1B: hue angle of 85.59º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425F1B is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB669527-
CMYK0.3100.720.63
HSL85.59º55.74%23.92%-
HSV(B)85.59º71.58%37.25%-
XYZ6.549.422.51-
YUV78.5898.89119.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 95 (37.5% from 255) = 50.53%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=35.11%
G=50.53%
B=14.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6695270.3100.720.6385.5955.7423.92
Hex425F1B1F0483F563818
Octal10213733370110771267030
Binary10000101011111110111111101001000111111101011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,95,27); }

 H1.HeaderClassName
 {
   color: #425F1B;
 }
 .AnyTagClassName
 {
   color: #425F1B;
 }
</style>
background-color css

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

 a { background-color: rgb(66,95,27); }

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

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

 span { border-color: rgb(66,95,27); }

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