Html Css Color HEX #394908 Turtle Green

📋 copy color: '#394908'

red 57 ◦ green 73 ◦ blue 8

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

Shades of Turtle Green #394908

Tints of Turtle Green #394908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.8%

R = 41.3%
G = 52.9%
B = 5.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#394908 (or 0x394908) is known color: Turtle Green. HEX triplet: 39, 49 and 08. RGB value is (57,73,8). Sum of RGB (Red+Green+Blue) = 57+73+8=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #394908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394908 is #C6B6F7. Grayscale: #3D3D3D. Windows color (decimal): -13022968 or 543033. OLE color: 543033.

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

Color convert

RGB 57 73 8 -
CMYK 0.22 0 0.89 0.71
HSL 74.77º 0.8% 0.16% -
HSV(B) 74.77º 0.89% 0.29% -
XYZ 4.11 5.65 1.1 -
YUV 60.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 57 73 8 0.22 0 0.89 0.71 74.77 0.8 0.16
Hex 39 49 8 16 0 59 47 4B 50 10
Octal 71 111 10 26 0 131 107 113 120 20
Binary 111001 1001001 1000 10110 0 1011001 1000111 1001011 1010000 10000

Color Harmonies of #394908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394908

Black with #394908

Text Example


Text Example

White with #394908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394908; }

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

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

background-color css

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

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

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

border-color css

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

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

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