Html Css Color HEX #394501 Turtle Green

📋 copy color: '#394501'

red 57 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #394501

Tints of Turtle Green #394501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 54.33%

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

R = 44.88%
G = 54.33%
B = 0.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#394501 (or 0x394501) is known color: Turtle Green. HEX triplet: 39, 45 and 01. RGB value is (57,69,1). Sum of RGB (Red+Green+Blue) = 57+69+1=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #394501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394501 is #C6BAFE. Grayscale: #393939. Windows color (decimal): -13023999 or 83257. OLE color: 83257.

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

Color convert

RGB 57 69 1 -
CMYK 0.17 0 0.99 0.73
HSL 70.59º 0.97% 0.14% -
HSV(B) 70.59º 0.99% 0.27% -
XYZ 3.82 5.13 0.82 -
YUV 57.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 57 69 1 0.17 0 0.99 0.73 70.59 0.97 0.14
Hex 39 45 1 11 0 63 49 47 61 E
Octal 71 105 1 21 0 143 111 107 141 16
Binary 111001 1000101 1 10001 0 1100011 1001001 1000111 1100001 1110

Color Harmonies of #394501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394501

Black with #394501

Text Example


Text Example

White with #394501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394501; }

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

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

background-color css

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

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

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

border-color css

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

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

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