#394305

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

Shades of Turtle Green #394305

Tints of Turtle Green #394305

Color information

#394305 (or 0x394305) is unknown color: approx Turtle Green. HEX triplet: 39, 43 and 05. RGB value is (57,67,5). Sum of RGB (Red+Green+Blue) = 57+67+5=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #394305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394305 is #C6BCFA. Grayscale: #393939. Windows color (decimal): -13024507 or 344889. OLE color: 344889.

HSL color Cylindrical-coordinate representation of color #394305: hue angle of 69.68º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #394305 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB57675-
CMYK0.1500.930.74
HSL69.68º86.11%14.12%-
HSV(B)69.68º92.54%26.27%-
XYZ3.724.90.89-
YUV56.9498.69128.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 67 (26.56% from 255) = 51.94%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=44.19%
G=51.94%
B=3.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal576750.1500.930.7469.6886.1114.12
Hex39435F05D4A4656e
Octal71103517013511210612616
Binary11100110000111011111010111011001010100011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394305; }

 p { color: rgb(57,67,5); }

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

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

 a { background-color: rgb(57,67,5); }

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

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

 span { border-color: rgb(57,67,5); }

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