Html Css Color HEX #394019 Turtle Green

📋 copy color: '#394019'

red 57 ◦ green 64 ◦ blue 25

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

Shades of Turtle Green #394019

Tints of Turtle Green #394019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.84%

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

R = 39.04%
G = 43.84%
B = 17.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#394019 (or 0x394019) is known color: Turtle Green. HEX triplet: 39, 40 and 19. RGB value is (57,64,25). Sum of RGB (Red+Green+Blue) = 57+64+25=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #394019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394019 is #C6BFE6. Grayscale: #393939. Windows color (decimal): -13025255 or 1654841. OLE color: 1654841.

HSL color Cylindrical-coordinate representation of color #394019: hue angle of 70.77º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394019 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 64 25 -
CMYK 0.11 0 0.61 0.75
HSL 70.77º 0.44% 0.17% -
HSV(B) 70.77º 0.61% 0.25% -
XYZ 3.7 4.61 1.61 -
YUV 57.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 57 64 25 0.11 0 0.61 0.75 70.77 0.44 0.17
Hex 39 40 19 B 0 3D 4B 47 2C 11
Octal 71 100 31 13 0 75 113 107 54 21
Binary 111001 1000000 11001 1011 0 111101 1001011 1000111 101100 10001

Color Harmonies of #394019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394019

Black with #394019

Text Example


Text Example

White with #394019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394019; }

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

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

background-color css

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

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

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

border-color css

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

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

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