#394B13

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

Shades of Turtle Green #394B13

Tints of Turtle Green #394B13

Color information

#394B13 (or 0x394B13) is unknown color: approx Turtle Green. HEX triplet: 39, 4B and 13. RGB value is (57,75,19). Sum of RGB (Red+Green+Blue) = 57+75+19=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #394B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394B13 is #C6B4EC. Grayscale: #3F3F3F. Windows color (decimal): -13022445 or 1264441. OLE color: 1264441.

HSL color Cylindrical-coordinate representation of color #394B13: hue angle of 79.29º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394B13 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB577519-
CMYK0.2400.750.71
HSL79.29º59.57%18.43%-
HSV(B)79.29º74.67%29.41%-
XYZ4.325.951.54-
YUV63.23103.04123.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 75 (29.69% from 255) = 49.67%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=37.75%
G=49.67%
B=12.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5775190.2400.750.7179.2959.5718.43
Hex394B131804B474f3c12
Octal71113233001131071177422
Binary11100110010111001111000010010111000111100111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394B13; }

 p { color: rgb(57,75,19); }

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

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

 a { background-color: rgb(57,75,19); }

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

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

 span { border-color: rgb(57,75,19); }

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