Html Css Color HEX #39400D Turtle Green

📋 copy color: '#39400D'

red 57 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #39400D

Tints of Turtle Green #39400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 42.54%
G = 47.76%
B = 9.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#39400D (or 0x39400D) is known color: Turtle Green. HEX triplet: 39, 40 and 0D. RGB value is (57,64,13). Sum of RGB (Red+Green+Blue) = 57+64+13=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #39400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39400D is #C6BFF2. Grayscale: #383838. Windows color (decimal): -13025267 or 868409. OLE color: 868409.

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

Color convert

RGB 57 64 13 -
CMYK 0.11 0 0.80 0.75
HSL 68.24º 0.66% 0.15% -
HSV(B) 68.24º 0.8% 0.25% -
XYZ 3.59 4.57 1.07 -
YUV 56.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 57 64 13 0.11 0 0.80 0.75 68.24 0.66 0.15
Hex 39 40 D B 0 50 4B 44 42 F
Octal 71 100 15 13 0 120 113 104 102 17
Binary 111001 1000000 1101 1011 0 1010000 1001011 1000100 1000010 1111

Color Harmonies of #39400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39400D

Black with #39400D

Text Example


Text Example

White with #39400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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