#3F6018

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

Shades of Clover #3F6018

Tints of Clover #3F6018

Color information

#3F6018 (or 0x3F6018) is unknown color: approx Clover. HEX triplet: 3F, 60 and 18. RGB value is (63,96,24). Sum of RGB (Red+Green+Blue) = 63+96+24=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6018 is #C09FE7. Grayscale: #4E4E4E. Windows color (decimal): -12623848 or 1597503. OLE color: 1597503.

HSL color Cylindrical-coordinate representation of color #3F6018: hue angle of 87.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F6018 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB639624-
CMYK0.3400.750.62
HSL87.5º60%23.53%-
HSV(B)87.5º75%37.65%-
XYZ6.49.492.36-
YUV77.9297.57117.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.43%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=34.43%
G=52.46%
B=13.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396240.3400.750.6287.56023.53
Hex3F60182204B3E583c18
Octal7714030420113761307430
Binary11111111000001100010001001001011111110101100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F6018; }

 p { color: rgb(63,96,24); }

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

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

 a { background-color: rgb(63,96,24); }

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

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

 span { border-color: rgb(63,96,24); }

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