#394814

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

Shades of Turtle Green #394814

Tints of Turtle Green #394814

Color information

#394814 (or 0x394814) is unknown color: approx Turtle Green. HEX triplet: 39, 48 and 14. RGB value is (57,72,20). Sum of RGB (Red+Green+Blue) = 57+72+20=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #394814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394814 is #C6B7EB. Grayscale: #3D3D3D. Windows color (decimal): -13023212 or 1329209. OLE color: 1329209.

HSL color Cylindrical-coordinate representation of color #394814: hue angle of 77.31º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394814 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB577220-
CMYK0.2100.720.72
HSL77.31º56.52%18.04%-
HSV(B)77.31º72.22%28.24%-
XYZ4.135.561.52-
YUV61.59104.53124.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=38.26%
G=48.32%
B=13.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772200.2100.720.7277.3156.5218.04
Hex39481415048484d3912
Octal71110242501101101157122
Binary11100110010001010010101010010001001000100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394814; }

 p { color: rgb(57,72,20); }

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

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

 a { background-color: rgb(57,72,20); }

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

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

 span { border-color: rgb(57,72,20); }

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