#394300

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

Shades of Turtle Green #394300

Tints of Turtle Green #394300

Color information

#394300 (or 0x394300) is unknown color: approx Turtle Green. HEX triplet: 39, 43 and 00. RGB value is (57,67,0). Sum of RGB (Red+Green+Blue) = 57+67+0=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #394300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394300 is #C6BCFF. Grayscale: #383838. Windows color (decimal): -13024512 or 17209. OLE color: 17209.

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

Color convert

RGB57670-
CMYK0.15010.74
HSL68.96º100%13.14%-
HSV(B)68.96º100%26.27%-
XYZ3.694.880.75-
YUV56.3796.19128.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.97%
G=54.03%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal576700.15010.7468.9610013.14
Hex39430F0644A4564d
Octal71103017014411210514415
Binary111001100001101111011001001001010100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394300; }

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

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

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

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

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

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

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

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