#3D4023

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

Shades of Green Kelp #3D4023

Tints of Green Kelp #3D4023

Color information

#3D4023 (or 0x3D4023) is unknown color: approx Green Kelp. HEX triplet: 3D, 40 and 23. RGB value is (61,64,35). Sum of RGB (Red+Green+Blue) = 61+64+35=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4023 is #C2BFDC. Grayscale: #3B3B3B. Windows color (decimal): -12763101 or 2310205. OLE color: 2310205.

HSL color Cylindrical-coordinate representation of color #3D4023: hue angle of 66.21º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D4023 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB616435-
CMYK0.0500.450.75
HSL66.21º29.29%19.41%-
HSV(B)66.21º45.31%25.1%-
XYZ4.064.782.3-
YUV59.8114.01128.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.12%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 35 (14.06% from 255) = 21.88%
R=38.12%
G=40%
B=21.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164350.0500.450.7566.2129.2919.41
Hex3D4023502D4B421d13
Octal751004350551131023523
Binary11110110000001000111010101101100101110000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,35); }

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

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

 a { background-color: rgb(61,64,35); }

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

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

 span { border-color: rgb(61,64,35); }

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