#324105

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

Shades of Turtle Green #324105

Tints of Turtle Green #324105

Color information

#324105 (or 0x324105) is unknown color: approx Turtle Green. HEX triplet: 32, 41 and 05. RGB value is (50,65,5). Sum of RGB (Red+Green+Blue) = 50+65+5=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #324105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324105 is #CDBEFA. Grayscale: #353535. Windows color (decimal): -13483771 or 344370. OLE color: 344370.

HSL color Cylindrical-coordinate representation of color #324105: hue angle of 75º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #324105 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB50655-
CMYK0.2300.920.75
HSL75º85.71%13.73%-
HSV(B)75º92.31%25.49%-
XYZ3.234.470.84-
YUV53.68100.53125.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=41.67%
G=54.17%
B=4.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal506550.2300.920.757585.7113.73
Hex324151705C4B4b56e
Octal62101527013411311312616
Binary110010100000110110111010111001001011100101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324105; }

 p { color: rgb(50,65,5); }

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

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

 a { background-color: rgb(50,65,5); }

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

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

 span { border-color: rgb(50,65,5); }

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