Html Css Color HEX #394605 Turtle Green

📋 copy color: '#394605'

red 57 ◦ green 70 ◦ blue 5

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

Shades of Turtle Green #394605

Tints of Turtle Green #394605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.79%

R = 43.18%
G = 53.03%
B = 3.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#394605 (or 0x394605) is known color: Turtle Green. HEX triplet: 39, 46 and 05. RGB value is (57,70,5). Sum of RGB (Red+Green+Blue) = 57+70+5=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #394605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394605 is #C6B9FA. Grayscale: #3A3A3A. Windows color (decimal): -13023739 or 345657. OLE color: 345657.

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

Color convert

RGB 57 70 5 -
CMYK 0.19 0 0.93 0.73
HSL 72º 0.87% 0.15% -
HSV(B) 72º 0.93% 0.27% -
XYZ 3.9 5.26 0.95 -
YUV 58.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 57 70 5 0.19 0 0.93 0.73 72 0.87 0.15
Hex 39 46 5 13 0 5D 49 48 57 F
Octal 71 106 5 23 0 135 111 110 127 17
Binary 111001 1000110 101 10011 0 1011101 1001001 1001000 1010111 1111

Color Harmonies of #394605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394605

Black with #394605

Text Example


Text Example

White with #394605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394605; }

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

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

background-color css

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

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

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

border-color css

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

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

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