Html Css Color HEX #394701 Turtle Green

📋 copy color: '#394701'

red 57 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #394701

Tints of Turtle Green #394701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.04%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 44.19%
G = 55.04%
B = 0.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#394701 (or 0x394701) is known color: Turtle Green. HEX triplet: 39, 47 and 01. RGB value is (57,71,1). Sum of RGB (Red+Green+Blue) = 57+71+1=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #394701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394701 is #C6B8FE. Grayscale: #3B3B3B. Windows color (decimal): -13023487 or 83769. OLE color: 83769.

HSL color Cylindrical-coordinate representation of color #394701: hue angle of 72º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #394701 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 71 1 -
CMYK 0.20 0 0.99 0.72
HSL 72º 0.97% 0.14% -
HSV(B) 72º 0.99% 0.28% -
XYZ 3.95 5.38 0.86 -
YUV 58.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 57 71 1 0.20 0 0.99 0.72 72 0.97 0.14
Hex 39 47 1 14 0 63 48 48 61 E
Octal 71 107 1 24 0 143 110 110 141 16
Binary 111001 1000111 1 10100 0 1100011 1001000 1001000 1100001 1110

Color Harmonies of #394701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394701

Black with #394701

Text Example


Text Example

White with #394701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394701; }

 p { color: rgb(57,71,1); }

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

background-color css

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

 a { background-color: rgb(57,71,1); }

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

border-color css

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

 span { border-color: rgb(57,71,1); }

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