#394803

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

Shades of Turtle Green #394803

Tints of Turtle Green #394803

Color information

#394803 (or 0x394803) is unknown color: approx Turtle Green. HEX triplet: 39, 48 and 03. RGB value is (57,72,3). Sum of RGB (Red+Green+Blue) = 57+72+3=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #394803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394803 is #C6B7FC. Grayscale: #3B3B3B. Windows color (decimal): -13023229 or 215097. OLE color: 215097.

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

Color convert

RGB57723-
CMYK0.2100.960.72
HSL73.04º92%14.71%-
HSV(B)73.04º95.83%28.24%-
XYZ4.025.510.94-
YUV59.6596.03126.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 72 (28.52% from 255) = 54.55%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=43.18%
G=54.55%
B=2.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal577230.2100.960.7273.049214.71
Hex394831506048495cf
Octal71110325014011011113417
Binary11100110010001110101011000001001000100100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394803; }

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

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

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

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

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

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

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

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