Html Css Color HEX #394616 Turtle Green

📋 copy color: '#394616'

red 57 ◦ green 70 ◦ blue 22

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

Shades of Turtle Green #394616

Tints of Turtle Green #394616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

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

R = 38.26%
G = 46.98%
B = 14.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#394616 (or 0x394616) is known color: Turtle Green. HEX triplet: 39, 46 and 16. RGB value is (57,70,22). Sum of RGB (Red+Green+Blue) = 57+70+22=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #394616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394616 is #C6B9E9. Grayscale: #3C3C3C. Windows color (decimal): -13023722 or 1459769. OLE color: 1459769.

HSL color Cylindrical-coordinate representation of color #394616: hue angle of 76.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394616 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 70 22 -
CMYK 0.19 0 0.69 0.73
HSL 76.25º 0.52% 0.18% -
HSV(B) 76.25º 0.69% 0.27% -
XYZ 4.02 5.31 1.57 -
YUV 60.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 57 70 22 0.19 0 0.69 0.73 76.25 0.52 0.18
Hex 39 46 16 13 0 45 49 4C 34 12
Octal 71 106 26 23 0 105 111 114 64 22
Binary 111001 1000110 10110 10011 0 1000101 1001001 1001100 110100 10010

Color Harmonies of #394616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394616

Black with #394616

Text Example


Text Example

White with #394616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394616; }

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

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

background-color css

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

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

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

border-color css

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

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

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