Html Css Color HEX #394A18 Turtle Green

📋 copy color: '#394A18'

red 57 ◦ green 74 ◦ blue 24

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

Shades of Turtle Green #394A18

Tints of Turtle Green #394A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.74%

 BLUE value IS 24 (9.77% from 255) = 15.48%

R = 36.77%
G = 47.74%
B = 15.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#394A18 (or 0x394A18) is known color: Turtle Green. HEX triplet: 39, 4A and 18. RGB value is (57,74,24). Sum of RGB (Red+Green+Blue) = 57+74+24=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 74 - color contains mainly: green. Hex color #394A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394A18 is #C6B5E7. Grayscale: #3F3F3F. Windows color (decimal): -13022696 or 1591865. OLE color: 1591865.

HSL color Cylindrical-coordinate representation of color #394A18: hue angle of 80.4º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #394A18 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 74 24 -
CMYK 0.23 0 0.68 0.71
HSL 80.4º 0.51% 0.19% -
HSV(B) 80.4º 0.68% 0.29% -
XYZ 4.3 5.83 1.76 -
YUV 63.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 57 74 24 0.23 0 0.68 0.71 80.4 0.51 0.19
Hex 39 4A 18 17 0 44 47 50 33 13
Octal 71 112 30 27 0 104 107 120 63 23
Binary 111001 1001010 11000 10111 0 1000100 1000111 1010000 110011 10011

Color Harmonies of #394A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A18

Black with #394A18

Text Example


Text Example

White with #394A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,74,24); }

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

background-color css

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

 a { background-color: rgb(57,74,24); }

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

border-color css

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

 span { border-color: rgb(57,74,24); }

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