Html Css Color HEX #394900 Turtle Green

📋 copy color: '#394900'

red 57 ◦ green 73 ◦ blue 0

#394900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #394900

Tints of Turtle Green #394900

RGB

 RED value IS 57 (22.66% from 255) = 43.85%

 GREEN value IS 73 (28.91% from 255) = 56.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.85%
G = 56.15%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#394900 (or 0x394900) is known color: Turtle Green. HEX triplet: 39, 49 and 00. RGB value is (57,73,0). Sum of RGB (Red+Green+Blue) = 57+73+0=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #394900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394900 is #C6B6FF. Grayscale: #3C3C3C. Windows color (decimal): -13022976 or 18745. OLE color: 18745.

HSL color Cylindrical-coordinate representation of color #394900: hue angle of 73.15º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #394900 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 0 -
CMYK 0.22 0 1 0.71
HSL 73.15º 1% 0.14% -
HSV(B) 73.15º 1% 0.29% -
XYZ 4.07 5.63 0.87 -
YUV 59.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 57 73 0 0.22 0 1 0.71 73.15 1 0.14
Hex 39 49 0 16 0 64 47 49 64 E
Octal 71 111 0 26 0 144 107 111 144 16
Binary 111001 1001001 0 10110 0 1100100 1000111 1001001 1100100 1110

Color Harmonies of #394900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394900

Black with #394900

Text Example


Text Example

White with #394900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394900; }

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

 H1.HeaderClassName
 {
   color: #394900;
 }
 .AnyTagClassName
 {
   color: #394900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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