Html Css Color HEX #39400E Turtle Green

📋 copy color: '#39400E'

red 57 ◦ green 64 ◦ blue 14

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

Shades of Turtle Green #39400E

Tints of Turtle Green #39400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.41%

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

R = 42.22%
G = 47.41%
B = 10.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#39400E (or 0x39400E) is known color: Turtle Green. HEX triplet: 39, 40 and 0E. RGB value is (57,64,14). Sum of RGB (Red+Green+Blue) = 57+64+14=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #39400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39400E is #C6BFF1. Grayscale: #383838. Windows color (decimal): -13025266 or 933945. OLE color: 933945.

HSL color Cylindrical-coordinate representation of color #39400E: hue angle of 68.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39400E is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 64 14 -
CMYK 0.11 0 0.78 0.75
HSL 68.4º 0.64% 0.15% -
HSV(B) 68.4º 0.78% 0.25% -
XYZ 3.6 4.57 1.11 -
YUV 56.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 57 64 14 0.11 0 0.78 0.75 68.4 0.64 0.15
Hex 39 40 E B 0 4E 4B 44 40 F
Octal 71 100 16 13 0 116 113 104 100 17
Binary 111001 1000000 1110 1011 0 1001110 1001011 1000100 1000000 1111

Color Harmonies of #39400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39400E

Black with #39400E

Text Example


Text Example

White with #39400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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