#33410A

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

Shades of Turtle Green #33410A

Tints of Turtle Green #33410A

Color information

#33410A (or 0x33410A) is unknown color: approx Turtle Green. HEX triplet: 33, 41 and 0A. RGB value is (51,65,10). Sum of RGB (Red+Green+Blue) = 51+65+10=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #33410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33410A is #CCBEF5. Grayscale: #363636. Windows color (decimal): -13418230 or 672051. OLE color: 672051.

HSL color Cylindrical-coordinate representation of color #33410A: hue angle of 75.27º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33410A is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB516510-
CMYK0.2200.850.75
HSL75.27º73.33%14.71%-
HSV(B)75.27º84.62%25.49%-
XYZ3.314.510.98-
YUV54.54102.86125.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 65 (25.78% from 255) = 51.59%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=40.48%
G=51.59%
B=7.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5165100.2200.850.7575.2773.3314.71
Hex3341A160554B4b49f
Octal631011226012511311311117
Binary1100111000001101010110010101011001011100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33410A; }

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

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

<style>
 a { background-color: #33410A; }

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

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

<style>
 span { border-color: #33410A; }

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

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