#394303

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

Shades of Turtle Green #394303

Tints of Turtle Green #394303

Color information

#394303 (or 0x394303) is unknown color: approx Turtle Green. HEX triplet: 39, 43 and 03. RGB value is (57,67,3). Sum of RGB (Red+Green+Blue) = 57+67+3=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #394303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394303 is #C6BCFC. Grayscale: #383838. Windows color (decimal): -13024509 or 213817. OLE color: 213817.

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

Color convert

RGB57673-
CMYK0.1500.960.74
HSL69.38º91.43%13.73%-
HSV(B)69.38º95.52%26.27%-
XYZ3.714.890.83-
YUV56.7197.69128.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 3 (1.56% from 255) = 2.36%
R=44.88%
G=52.76%
B=2.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal576730.1500.960.7469.3891.4313.73
Hex39433F0604A455be
Octal71103317014011210513316
Binary1110011000011111111011000001001010100010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394303; }

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

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

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

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

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

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

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

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