Html Css Color HEX #394C19 Turtle Green

📋 copy color: '#394C19'

red 57 ◦ green 76 ◦ blue 25

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

Shades of Turtle Green #394C19

Tints of Turtle Green #394C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.1%

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 36.08%
G = 48.1%
B = 15.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#394C19 (or 0x394C19) is known color: Turtle Green. HEX triplet: 39, 4C and 19. RGB value is (57,76,25). Sum of RGB (Red+Green+Blue) = 57+76+25=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #394C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394C19 is #C6B3E6. Grayscale: #404040. Windows color (decimal): -13022183 or 1657913. OLE color: 1657913.

HSL color Cylindrical-coordinate representation of color #394C19: hue angle of 82.35º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #394C19 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 76 25 -
CMYK 0.25 0 0.67 0.70
HSL 82.35º 0.5% 0.2% -
HSV(B) 82.35º 0.67% 0.3% -
XYZ 4.45 6.11 1.86 -
YUV 64.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 57 76 25 0.25 0 0.67 0.70 82.35 0.5 0.2
Hex 39 4C 19 19 0 43 46 52 32 14
Octal 71 114 31 31 0 103 106 122 62 24
Binary 111001 1001100 11001 11001 0 1000011 1000110 1010010 110010 10100

Color Harmonies of #394C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C19

Black with #394C19

Text Example


Text Example

White with #394C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,76,25); }

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

background-color css

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

 a { background-color: rgb(57,76,25); }

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

border-color css

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

 span { border-color: rgb(57,76,25); }

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