#33380D

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

Shades of Turtle Green #33380D

Tints of Turtle Green #33380D

Color information

#33380D (or 0x33380D) is unknown color: approx Turtle Green. HEX triplet: 33, 38 and 0D. RGB value is (51,56,13). Sum of RGB (Red+Green+Blue) = 51+56+13=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #33380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33380D is #CCC7F2. Grayscale: #313131. Windows color (decimal): -13420531 or 866355. OLE color: 866355.

HSL color Cylindrical-coordinate representation of color #33380D: hue angle of 66.98º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33380D is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB515613-
CMYK0.0900.770.78
HSL66.98º62.32%13.53%-
HSV(B)66.98º76.79%21.96%-
XYZ2.853.560.92-
YUV49.6107.34129-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=42.5%
G=46.67%
B=10.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5156130.0900.770.7866.9862.3213.53
Hex3338D904D4E433ee
Octal6370151101151161037616
Binary1100111110001101100101001101100111010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,56,13); }

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

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

 a { background-color: rgb(51,56,13); }

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

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

 span { border-color: rgb(51,56,13); }

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