#33450A

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

Shades of Turtle Green #33450A

Tints of Turtle Green #33450A

Color information

#33450A (or 0x33450A) is unknown color: approx Turtle Green. HEX triplet: 33, 45 and 0A. RGB value is (51,69,10). Sum of RGB (Red+Green+Blue) = 51+69+10=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #33450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33450A is #CCBAF5. Grayscale: #393939. Windows color (decimal): -13417206 or 673075. OLE color: 673075.

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

Color convert

RGB516910-
CMYK0.2600.860.73
HSL78.31º74.68%15.49%-
HSV(B)78.31º85.51%27.06%-
XYZ3.554.981.06-
YUV56.89101.54123.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.23%
GREEN value IS 69 (27.34% from 255) = 53.08%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=39.23%
G=53.08%
B=7.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5169100.2600.860.7378.3174.6815.49
Hex3345A1A056494e4bf
Octal631051232012611111611317
Binary1100111000101101011010010101101001001100111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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