#3F4225

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

Shades of Green Kelp #3F4225

Tints of Green Kelp #3F4225

Color information

#3F4225 (or 0x3F4225) is unknown color: approx Green Kelp. HEX triplet: 3F, 42 and 25. RGB value is (63,66,37). Sum of RGB (Red+Green+Blue) = 63+66+37=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4225 is #C0BDDA. Grayscale: #3D3D3D. Windows color (decimal): -12631515 or 2441791. OLE color: 2441791.

HSL color Cylindrical-coordinate representation of color #3F4225: hue angle of 66.21º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F4225 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB636637-
CMYK0.0500.440.74
HSL66.21º28.16%20.2%-
HSV(B)66.21º43.94%25.88%-
XYZ4.335.092.5-
YUV61.8114.01128.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=37.95%
G=39.76%
B=22.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366370.0500.440.7466.2128.1620.2
Hex3F4225502C4A421c14
Octal771024550541121023424
Binary11111110000101001011010101100100101010000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,37); }

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

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

 a { background-color: rgb(63,66,37); }

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

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

 span { border-color: rgb(63,66,37); }

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