#33450B

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

Shades of Turtle Green #33450B

Tints of Turtle Green #33450B

Color information

#33450B (or 0x33450B) is unknown color: approx Turtle Green. HEX triplet: 33, 45 and 0B. RGB value is (51,69,11). Sum of RGB (Red+Green+Blue) = 51+69+11=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #33450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33450B is #CCBAF4. Grayscale: #393939. Windows color (decimal): -13417205 or 738611. OLE color: 738611.

HSL color Cylindrical-coordinate representation of color #33450B: hue angle of 78.62º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33450B is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB516911-
CMYK0.2600.840.73
HSL78.62º72.5%15.69%-
HSV(B)78.62º84.06%27.06%-
XYZ3.554.981.09-
YUV57.01102.04123.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.93%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=38.93%
G=52.67%
B=8.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5169110.2600.840.7378.6272.515.69
Hex3345B1A054494f4810
Octal631051332012411111711020
Binary11001110001011011110100101010010010011001111100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33450B; }

 p { color: rgb(51,69,11); }

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

<style>
 a { background-color: #33450B; }

 a { background-color: rgb(51,69,11); }

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

<style>
 span { border-color: #33450B; }

 span { border-color: rgb(51,69,11); }

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