Html Css Color HEX #394902 Turtle Green

📋 copy color: '#394902'

red 57 ◦ green 73 ◦ blue 2

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

Shades of Turtle Green #394902

Tints of Turtle Green #394902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 55.3%

 BLUE value IS 2 (1.17% from 255) = 1.52%

R = 43.18%
G = 55.3%
B = 1.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#394902 (or 0x394902) is known color: Turtle Green. HEX triplet: 39, 49 and 02. RGB value is (57,73,2). Sum of RGB (Red+Green+Blue) = 57+73+2=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #394902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394902 is #C6B6FD. Grayscale: #3C3C3C. Windows color (decimal): -13022974 or 149817. OLE color: 149817.

HSL color Cylindrical-coordinate representation of color #394902: hue angle of 73.52º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #394902 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 2 -
CMYK 0.22 0 0.97 0.71
HSL 73.52º 0.95% 0.15% -
HSV(B) 73.52º 0.97% 0.29% -
XYZ 4.08 5.64 0.93 -
YUV 60.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 57 73 2 0.22 0 0.97 0.71 73.52 0.95 0.15
Hex 39 49 2 16 0 61 47 4A 5F F
Octal 71 111 2 26 0 141 107 112 137 17
Binary 111001 1001001 10 10110 0 1100001 1000111 1001010 1011111 1111

Color Harmonies of #394902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394902

Black with #394902

Text Example


Text Example

White with #394902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394902; }

 p { color: rgb(57,73,2); }

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

background-color css

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

 a { background-color: rgb(57,73,2); }

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

border-color css

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

 span { border-color: rgb(57,73,2); }

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