#33401D

Color #33401D Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #33401D

Tints of Turtle Green #33401D

Color information

#33401D (or 0x33401D) is unknown color: approx Turtle Green. HEX triplet: 33, 40 and 1D. RGB value is (51,64,29). Sum of RGB (Red+Green+Blue) = 51+64+29=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #33401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33401D is #CCBFE2. Grayscale: #383838. Windows color (decimal): -13418467 or 1916979. OLE color: 1916979.

HSL color Cylindrical-coordinate representation of color #33401D: hue angle of 82.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33401D is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB516429-
CMYK0.2000.550.75
HSL82.29º37.63%18.24%-
HSV(B)82.29º54.69%25.1%-
XYZ3.424.461.84-
YUV56.12112.69124.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=35.42%
G=44.44%
B=20.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164290.2000.550.7582.2937.6318.24
Hex33401D140374B522612
Octal6310035240671131224622
Binary1100111000000111011010001101111001011101001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33401D; }

 p { color: rgb(51,64,29); }

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

<style>
 a { background-color: #33401D; }

 a { background-color: rgb(51,64,29); }

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

<style>
 span { border-color: #33401D; }

 span { border-color: rgb(51,64,29); }

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