Html Css Color HEX #394F18 Turtle Green

📋 copy color: '#394F18'

red 57 ◦ green 79 ◦ blue 24

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

Shades of Turtle Green #394F18

Tints of Turtle Green #394F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 49.38%

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

R = 35.63%
G = 49.38%
B = 15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#394F18 (or 0x394F18) is known color: Turtle Green. HEX triplet: 39, 4F and 18. RGB value is (57,79,24). Sum of RGB (Red+Green+Blue) = 57+79+24=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #394F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394F18 is #C6B0E7. Grayscale: #424242. Windows color (decimal): -13021416 or 1593145. OLE color: 1593145.

HSL color Cylindrical-coordinate representation of color #394F18: hue angle of 84º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394F18 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 79 24 -
CMYK 0.28 0 0.70 0.69
HSL 84º 0.53% 0.2% -
HSV(B) 84º 0.7% 0.31% -
XYZ 4.65 6.53 1.88 -
YUV 66.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 57 79 24 0.28 0 0.70 0.69 84 0.53 0.2
Hex 39 4F 18 1C 0 46 45 54 35 14
Octal 71 117 30 34 0 106 105 124 65 24
Binary 111001 1001111 11000 11100 0 1000110 1000101 1010100 110101 10100

Color Harmonies of #394F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F18

Black with #394F18

Text Example


Text Example

White with #394F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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