Html Css Color HEX #394A09 Turtle Green

📋 copy color: '#394A09'

red 57 ◦ green 74 ◦ blue 9

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

Shades of Turtle Green #394A09

Tints of Turtle Green #394A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 52.86%

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 40.71%
G = 52.86%
B = 6.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#394A09 (or 0x394A09) is known color: Turtle Green. HEX triplet: 39, 4A and 09. RGB value is (57,74,9). Sum of RGB (Red+Green+Blue) = 57+74+9=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 74 (29.30% from 255 or 52.86% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 74 - color contains mainly: green. Hex color #394A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394A09 is #C6B5F6. Grayscale: #3D3D3D. Windows color (decimal): -13022711 or 608825. OLE color: 608825.

HSL color Cylindrical-coordinate representation of color #394A09: hue angle of 75.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #394A09 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 74 9 -
CMYK 0.23 0 0.88 0.71
HSL 75.69º 0.78% 0.16% -
HSV(B) 75.69º 0.88% 0.29% -
XYZ 4.19 5.79 1.15 -
YUV 61.51 98.37 124.79 -
System Red Green Blue C M Y K H S L
Decimal 57 74 9 0.23 0 0.88 0.71 75.69 0.78 0.16
Hex 39 4A 9 17 0 58 47 4C 4E 10
Octal 71 112 11 27 0 130 107 114 116 20
Binary 111001 1001010 1001 10111 0 1011000 1000111 1001100 1001110 10000

Color Harmonies of #394A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A09

Black with #394A09

Text Example


Text Example

White with #394A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394A09; }

 p { color: rgb(57,74,9); }

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

background-color css

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

 a { background-color: rgb(57,74,9); }

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

border-color css

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

 span { border-color: rgb(57,74,9); }

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