Html Css Color HEX #394402 Turtle Green

📋 copy color: '#394402'

red 57 ◦ green 68 ◦ blue 2

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

Shades of Turtle Green #394402

Tints of Turtle Green #394402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.54%

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

R = 44.88%
G = 53.54%
B = 1.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#394402 (or 0x394402) is known color: Turtle Green. HEX triplet: 39, 44 and 02. RGB value is (57,68,2). Sum of RGB (Red+Green+Blue) = 57+68+2=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #394402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394402 is #C6BBFD. Grayscale: #393939. Windows color (decimal): -13024254 or 148537. OLE color: 148537.

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

Color convert

RGB 57 68 2 -
CMYK 0.16 0 0.97 0.73
HSL 70º 0.94% 0.14% -
HSV(B) 70º 0.97% 0.27% -
XYZ 3.77 5.01 0.83 -
YUV 57.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 57 68 2 0.16 0 0.97 0.73 70 0.94 0.14
Hex 39 44 2 10 0 61 49 46 5E E
Octal 71 104 2 20 0 141 111 106 136 16
Binary 111001 1000100 10 10000 0 1100001 1001001 1000110 1011110 1110

Color Harmonies of #394402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394402

Black with #394402

Text Example


Text Example

White with #394402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394402; }

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

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

background-color css

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

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

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

border-color css

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

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

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