Html Css Color HEX #394104 Turtle Green

📋 copy color: '#394104'

red 57 ◦ green 65 ◦ blue 4

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

Shades of Turtle Green #394104

Tints of Turtle Green #394104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.59%

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

R = 45.24%
G = 51.59%
B = 3.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#394104 (or 0x394104) is known color: Turtle Green. HEX triplet: 39, 41 and 04. RGB value is (57,65,4). Sum of RGB (Red+Green+Blue) = 57+65+4=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #394104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394104 is #C6BEFB. Grayscale: #373737. Windows color (decimal): -13025020 or 278841. OLE color: 278841.

HSL color Cylindrical-coordinate representation of color #394104: hue angle of 67.87º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #394104 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 4 -
CMYK 0.12 0 0.94 0.75
HSL 67.87º 0.88% 0.14% -
HSV(B) 67.87º 0.94% 0.25% -
XYZ 3.6 4.66 0.82 -
YUV 55.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 57 65 4 0.12 0 0.94 0.75 67.87 0.88 0.14
Hex 39 41 4 C 0 5E 4B 44 58 E
Octal 71 101 4 14 0 136 113 104 130 16
Binary 111001 1000001 100 1100 0 1011110 1001011 1000100 1011000 1110

Color Harmonies of #394104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394104

Black with #394104

Text Example


Text Example

White with #394104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394104; }

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

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

background-color css

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

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

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

border-color css

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

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

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