Html Css Color HEX #39440E Turtle Green

📋 copy color: '#39440E'

red 57 ◦ green 68 ◦ blue 14

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

Shades of Turtle Green #39440E

Tints of Turtle Green #39440E

RGB

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

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

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

R = 41.01%
G = 48.92%
B = 10.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#39440E (or 0x39440E) is known color: Turtle Green. HEX triplet: 39, 44 and 0E. RGB value is (57,68,14). Sum of RGB (Red+Green+Blue) = 57+68+14=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #39440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39440E is #C6BBF1. Grayscale: #3A3A3A. Windows color (decimal): -13024242 or 934969. OLE color: 934969.

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

Color convert

RGB 57 68 14 -
CMYK 0.16 0 0.79 0.73
HSL 72.22º 0.66% 0.16% -
HSV(B) 72.22º 0.79% 0.27% -
XYZ 3.83 5.04 1.19 -
YUV 58.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 57 68 14 0.16 0 0.79 0.73 72.22 0.66 0.16
Hex 39 44 E 10 0 4F 49 48 42 10
Octal 71 104 16 20 0 117 111 110 102 20
Binary 111001 1000100 1110 10000 0 1001111 1001001 1001000 1000010 10000

Color Harmonies of #39440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39440E

Black with #39440E

Text Example


Text Example

White with #39440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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