#324104

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

Shades of Turtle Green #324104

Tints of Turtle Green #324104

Color information

#324104 (or 0x324104) is unknown color: approx Turtle Green. HEX triplet: 32, 41 and 04. RGB value is (50,65,4). Sum of RGB (Red+Green+Blue) = 50+65+4=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #324104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324104 is #CDBEFB. Grayscale: #353535. Windows color (decimal): -13483772 or 278834. OLE color: 278834.

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

Color convert

RGB50654-
CMYK0.2300.940.75
HSL74.75º88.41%13.53%-
HSV(B)74.75º93.85%25.49%-
XYZ3.234.470.81-
YUV53.56100.03125.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=42.02%
G=54.62%
B=3.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal506540.2300.940.7574.7588.4113.53
Hex324141705E4B4b58e
Octal62101427013611311313016
Binary110010100000110010111010111101001011100101110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324104; }

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

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

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

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

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

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

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

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