#33401E

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

Shades of Turtle Green #33401E

Tints of Turtle Green #33401E

Color information

#33401E (or 0x33401E) is unknown color: approx Turtle Green. HEX triplet: 33, 40 and 1E. RGB value is (51,64,30). Sum of RGB (Red+Green+Blue) = 51+64+30=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #33401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33401E is #CCBFE1. Grayscale: #383838. Windows color (decimal): -13418466 or 1982515. OLE color: 1982515.

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

Color convert

RGB516430-
CMYK0.2000.530.75
HSL82.94º36.17%18.43%-
HSV(B)82.94º53.12%25.1%-
XYZ3.434.461.91-
YUV56.24113.19124.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=35.17%
G=44.14%
B=20.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164300.2000.530.7582.9436.1718.43
Hex33401E140354B532412
Octal6310036240651131234422
Binary1100111000000111101010001101011001011101001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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