Html Css Color HEX #394D16 Turtle Green

📋 copy color: '#394D16'

red 57 ◦ green 77 ◦ blue 22

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

Shades of Turtle Green #394D16

Tints of Turtle Green #394D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 49.36%

 BLUE value IS 22 (8.98% from 255) = 14.1%

R = 36.54%
G = 49.36%
B = 14.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#394D16 (or 0x394D16) is known color: Turtle Green. HEX triplet: 39, 4D and 16. RGB value is (57,77,22). Sum of RGB (Red+Green+Blue) = 57+77+22=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #394D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D16 is #C6B2E9. Grayscale: #404040. Windows color (decimal): -13021930 or 1461561. OLE color: 1461561.

HSL color Cylindrical-coordinate representation of color #394D16: hue angle of 81.82º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #394D16 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 77 22 -
CMYK 0.26 0 0.71 0.70
HSL 81.82º 0.56% 0.19% -
HSV(B) 81.82º 0.71% 0.3% -
XYZ 4.49 6.24 1.73 -
YUV 64.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 57 77 22 0.26 0 0.71 0.70 81.82 0.56 0.19
Hex 39 4D 16 1A 0 47 46 52 38 13
Octal 71 115 26 32 0 107 106 122 70 23
Binary 111001 1001101 10110 11010 0 1000111 1000110 1010010 111000 10011

Color Harmonies of #394D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D16

Black with #394D16

Text Example


Text Example

White with #394D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394D16; }

 p { color: rgb(57,77,22); }

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

background-color css

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

 a { background-color: rgb(57,77,22); }

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

border-color css

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

 span { border-color: rgb(57,77,22); }

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