Html Css Color HEX #39490C Turtle Green

📋 copy color: '#39490C'

red 57 ◦ green 73 ◦ blue 12

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

Shades of Turtle Green #39490C

Tints of Turtle Green #39490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.45%

R = 40.14%
G = 51.41%
B = 8.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#39490C (or 0x39490C) is known color: Turtle Green. HEX triplet: 39, 49 and 0C. RGB value is (57,73,12). Sum of RGB (Red+Green+Blue) = 57+73+12=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #39490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39490C is #C6B6F3. Grayscale: #3D3D3D. Windows color (decimal): -13022964 or 805177. OLE color: 805177.

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

Color convert

RGB 57 73 12 -
CMYK 0.22 0 0.84 0.71
HSL 75.74º 0.72% 0.17% -
HSV(B) 75.74º 0.84% 0.29% -
XYZ 4.14 5.66 1.22 -
YUV 61.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 57 73 12 0.22 0 0.84 0.71 75.74 0.72 0.17
Hex 39 49 C 16 0 54 47 4C 48 11
Octal 71 111 14 26 0 124 107 114 110 21
Binary 111001 1001001 1100 10110 0 1010100 1000111 1001100 1001000 10001

Color Harmonies of #39490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39490C

Black with #39490C

Text Example


Text Example

White with #39490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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