Html Css Color HEX #394504 Turtle Green

📋 copy color: '#394504'

red 57 ◦ green 69 ◦ blue 4

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

Shades of Turtle Green #394504

Tints of Turtle Green #394504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.08%

R = 43.85%
G = 53.08%
B = 3.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#394504 (or 0x394504) is known color: Turtle Green. HEX triplet: 39, 45 and 04. RGB value is (57,69,4). Sum of RGB (Red+Green+Blue) = 57+69+4=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #394504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394504 is #C6BAFB. Grayscale: #3A3A3A. Windows color (decimal): -13023996 or 279865. OLE color: 279865.

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

Color convert

RGB 57 69 4 -
CMYK 0.17 0 0.94 0.73
HSL 71.08º 0.89% 0.14% -
HSV(B) 71.08º 0.94% 0.27% -
XYZ 3.84 5.13 0.9 -
YUV 58 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 57 69 4 0.17 0 0.94 0.73 71.08 0.89 0.14
Hex 39 45 4 11 0 5E 49 47 59 E
Octal 71 105 4 21 0 136 111 107 131 16
Binary 111001 1000101 100 10001 0 1011110 1001001 1000111 1011001 1110

Color Harmonies of #394504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394504

Black with #394504

Text Example


Text Example

White with #394504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394504; }

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

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

background-color css

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

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

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

border-color css

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

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

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