#394015

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

Shades of Turtle Green #394015

Tints of Turtle Green #394015

Color information

#394015 (or 0x394015) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 15. RGB value is (57,64,21). Sum of RGB (Red+Green+Blue) = 57+64+21=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #394015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394015 is #C6BFEA. Grayscale: #393939. Windows color (decimal): -13025259 or 1392697. OLE color: 1392697.

HSL color Cylindrical-coordinate representation of color #394015: hue angle of 69.77º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #394015 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB576421-
CMYK0.1100.670.75
HSL69.77º50.59%16.67%-
HSV(B)69.77º67.19%25.1%-
XYZ3.664.591.4-
YUV57107.68128-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=40.14%
G=45.07%
B=14.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764210.1100.670.7569.7750.5916.67
Hex394015B0434B463311
Octal71100251301031131066321
Binary1110011000000101011011010000111001011100011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394015; }

 p { color: rgb(57,64,21); }

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

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

 a { background-color: rgb(57,64,21); }

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

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

 span { border-color: rgb(57,64,21); }

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