Html Css Color HEX #39490E Turtle Green

📋 copy color: '#39490E'

red 57 ◦ green 73 ◦ blue 14

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

Shades of Turtle Green #39490E

Tints of Turtle Green #39490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.72%

R = 39.58%
G = 50.69%
B = 9.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#39490E (or 0x39490E) is known color: Turtle Green. HEX triplet: 39, 49 and 0E. RGB value is (57,73,14). Sum of RGB (Red+Green+Blue) = 57+73+14=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #39490E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39490E is #C6B6F1. Grayscale: #3D3D3D. Windows color (decimal): -13022962 or 936249. OLE color: 936249.

HSL color Cylindrical-coordinate representation of color #39490E: hue angle of 76.27º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39490E is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 14 -
CMYK 0.22 0 0.81 0.71
HSL 76.27º 0.68% 0.17% -
HSV(B) 76.27º 0.81% 0.29% -
XYZ 4.15 5.67 1.29 -
YUV 61.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 57 73 14 0.22 0 0.81 0.71 76.27 0.68 0.17
Hex 39 49 E 16 0 51 47 4C 44 11
Octal 71 111 16 26 0 121 107 114 104 21
Binary 111001 1001001 1110 10110 0 1010001 1000111 1001100 1000100 10001

Color Harmonies of #39490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39490E

Black with #39490E

Text Example


Text Example

White with #39490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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