#33411D

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

Shades of Turtle Green #33411D

Tints of Turtle Green #33411D

Color information

#33411D (or 0x33411D) is unknown color: approx Turtle Green. HEX triplet: 33, 41 and 1D. RGB value is (51,65,29). Sum of RGB (Red+Green+Blue) = 51+65+29=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #33411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33411D is #CCBEE2. Grayscale: #383838. Windows color (decimal): -13418211 or 1917235. OLE color: 1917235.

HSL color Cylindrical-coordinate representation of color #33411D: hue angle of 83.33º 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 #33411D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB516529-
CMYK0.2200.550.75
HSL83.33º38.3%18.43%-
HSV(B)83.33º55.38%25.49%-
XYZ3.484.571.86-
YUV56.71112.36123.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 29 (11.72% from 255) = 20%
R=35.17%
G=44.83%
B=20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5165290.2200.550.7583.3338.318.43
Hex33411D160374B532612
Octal6310135260671131234622
Binary1100111000001111011011001101111001011101001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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