Html Css Color HEX #394116 Turtle Green

📋 copy color: '#394116'

red 57 ◦ green 65 ◦ blue 22

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

Shades of Turtle Green #394116

Tints of Turtle Green #394116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.28%

R = 39.58%
G = 45.14%
B = 15.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#394116 (or 0x394116) is known color: Turtle Green. HEX triplet: 39, 41 and 16. RGB value is (57,65,22). Sum of RGB (Red+Green+Blue) = 57+65+22=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #394116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394116 is #C6BEE9. Grayscale: #393939. Windows color (decimal): -13025002 or 1458489. OLE color: 1458489.

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

Color convert

RGB 57 65 22 -
CMYK 0.12 0 0.66 0.75
HSL 71.16º 0.49% 0.17% -
HSV(B) 71.16º 0.66% 0.25% -
XYZ 3.72 4.71 1.47 -
YUV 57.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 57 65 22 0.12 0 0.66 0.75 71.16 0.49 0.17
Hex 39 41 16 C 0 42 4B 47 31 11
Octal 71 101 26 14 0 102 113 107 61 21
Binary 111001 1000001 10110 1100 0 1000010 1001011 1000111 110001 10001

Color Harmonies of #394116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394116

Black with #394116

Text Example


Text Example

White with #394116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394116; }

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

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

background-color css

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

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

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

border-color css

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

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

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