#33411C

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

Shades of Turtle Green #33411C

Tints of Turtle Green #33411C

Color information

#33411C (or 0x33411C) is unknown color: approx Turtle Green. HEX triplet: 33, 41 and 1C. RGB value is (51,65,28). Sum of RGB (Red+Green+Blue) = 51+65+28=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #33411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33411C is #CCBEE3. Grayscale: #383838. Windows color (decimal): -13418212 or 1851699. OLE color: 1851699.

HSL color Cylindrical-coordinate representation of color #33411C: hue angle of 82.7º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33411C is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB516528-
CMYK0.2200.570.75
HSL82.7º39.78%18.24%-
HSV(B)82.7º56.92%25.49%-
XYZ3.474.571.8-
YUV56.6111.86124.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=35.42%
G=45.14%
B=19.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5165280.2200.570.7582.739.7818.24
Hex33411C160394B532812
Octal6310134260711131235022
Binary1100111000001111001011001110011001011101001110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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