Html Css Color HEX #394119 Turtle Green

📋 copy color: '#394119'

red 57 ◦ green 65 ◦ blue 25

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

Shades of Turtle Green #394119

Tints of Turtle Green #394119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.22%

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

R = 38.78%
G = 44.22%
B = 17.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#394119 (or 0x394119) is known color: Turtle Green. HEX triplet: 39, 41 and 19. RGB value is (57,65,25). Sum of RGB (Red+Green+Blue) = 57+65+25=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #394119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394119 is #C6BEE6. Grayscale: #3A3A3A. Windows color (decimal): -13024999 or 1655097. OLE color: 1655097.

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

Color convert

RGB 57 65 25 -
CMYK 0.12 0 0.62 0.75
HSL 72º 0.44% 0.18% -
HSV(B) 72º 0.62% 0.25% -
XYZ 3.75 4.72 1.63 -
YUV 58.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 57 65 25 0.12 0 0.62 0.75 72 0.44 0.18
Hex 39 41 19 C 0 3E 4B 48 2C 12
Octal 71 101 31 14 0 76 113 110 54 22
Binary 111001 1000001 11001 1100 0 111110 1001011 1001000 101100 10010

Color Harmonies of #394119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394119

Black with #394119

Text Example


Text Example

White with #394119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394119; }

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

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

background-color css

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

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

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

border-color css

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

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

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