#425B1E

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

Shades of Clover #425B1E

Tints of Clover #425B1E

Color information

#425B1E (or 0x425B1E) is unknown color: approx Clover. HEX triplet: 42, 5B and 1E. RGB value is (66,91,30). Sum of RGB (Red+Green+Blue) = 66+91+30=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #425B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425B1E is #BDA4E1. Grayscale: #4C4C4C. Windows color (decimal): -12428514 or 1989442. OLE color: 1989442.

HSL color Cylindrical-coordinate representation of color #425B1E: hue angle of 84.59º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #425B1E is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB669130-
CMYK0.2700.670.64
HSL84.59º50.41%23.73%-
HSV(B)84.59º67.03%35.69%-
XYZ6.228.732.59-
YUV76.57101.72120.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 91 (35.94% from 255) = 48.66%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=35.29%
G=48.66%
B=16.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6691300.2700.670.6484.5950.4123.73
Hex425B1E1B04340553218
Octal102133363301031001256230
Binary100001010110111111011011010000111000000101010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,91,30); }

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

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

 a { background-color: rgb(66,91,30); }

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

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

 span { border-color: rgb(66,91,30); }

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