#3D4021

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

Shades of Green Kelp #3D4021

Tints of Green Kelp #3D4021

Color information

#3D4021 (or 0x3D4021) is unknown color: approx Green Kelp. HEX triplet: 3D, 40 and 21. RGB value is (61,64,33). Sum of RGB (Red+Green+Blue) = 61+64+33=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4021 is #C2BFDE. Grayscale: #3B3B3B. Windows color (decimal): -12763103 or 2179133. OLE color: 2179133.

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

Color convert

RGB616433-
CMYK0.0500.480.75
HSL65.81º31.96%19.02%-
HSV(B)65.81º48.44%25.1%-
XYZ4.034.772.15-
YUV59.57113.01129.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.61%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=38.61%
G=40.51%
B=20.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164330.0500.480.7565.8131.9619.02
Hex3D402150304B422013
Octal751004150601131024023
Binary111101100000010000110101100001001011100001010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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