#394319

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

Shades of Turtle Green #394319

Tints of Turtle Green #394319

Color information

#394319 (or 0x394319) is unknown color: approx Turtle Green. HEX triplet: 39, 43 and 19. RGB value is (57,67,25). Sum of RGB (Red+Green+Blue) = 57+67+25=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #394319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394319 is #C6BCE6. Grayscale: #3B3B3B. Windows color (decimal): -13024487 or 1655609. OLE color: 1655609.

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

Color convert

RGB576725-
CMYK0.1500.630.74
HSL74.29º45.65%18.04%-
HSV(B)74.29º62.69%26.27%-
XYZ3.874.951.67-
YUV59.22108.69126.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=38.26%
G=44.97%
B=16.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5767250.1500.630.7474.2945.6518.04
Hex394319F03F4A4a2e12
Octal7110331170771121125622
Binary111001100001111001111101111111001010100101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394319; }

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

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

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

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

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

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

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

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