#32450A

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

Shades of Turtle Green #32450A

Tints of Turtle Green #32450A

Color information

#32450A (or 0x32450A) is unknown color: approx Turtle Green. HEX triplet: 32, 45 and 0A. RGB value is (50,69,10). Sum of RGB (Red+Green+Blue) = 50+69+10=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #32450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32450A is #CDBAF5. Grayscale: #383838. Windows color (decimal): -13482742 or 673074. OLE color: 673074.

HSL color Cylindrical-coordinate representation of color #32450A: hue angle of 79.32º 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 #32450A is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB506910-
CMYK0.2800.860.73
HSL79.32º74.68%15.49%-
HSV(B)79.32º85.51%27.06%-
XYZ3.54.961.06-
YUV56.59101.71123.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 69 (27.34% from 255) = 53.49%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=38.76%
G=53.49%
B=7.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069100.2800.860.7379.3274.6815.49
Hex3245A1C056494f4bf
Octal621051234012611111711317
Binary1100101000101101011100010101101001001100111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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