Html Css Color HEX #39470D Turtle Green

📋 copy color: '#39470D'

red 57 ◦ green 71 ◦ blue 13

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

Shades of Turtle Green #39470D

Tints of Turtle Green #39470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.35%

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

R = 40.43%
G = 50.35%
B = 9.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#39470D (or 0x39470D) is known color: Turtle Green. HEX triplet: 39, 47 and 0D. RGB value is (57,71,13). Sum of RGB (Red+Green+Blue) = 57+71+13=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #39470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39470D is #C6B8F2. Grayscale: #3C3C3C. Windows color (decimal): -13023475 or 870201. OLE color: 870201.

HSL color Cylindrical-coordinate representation of color #39470D: hue angle of 74.48º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39470D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 71 13 -
CMYK 0.20 0 0.82 0.72
HSL 74.48º 0.69% 0.16% -
HSV(B) 74.48º 0.82% 0.28% -
XYZ 4.01 5.41 1.21 -
YUV 60.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 57 71 13 0.20 0 0.82 0.72 74.48 0.69 0.16
Hex 39 47 D 14 0 52 48 4A 45 10
Octal 71 107 15 24 0 122 110 112 105 20
Binary 111001 1000111 1101 10100 0 1010010 1001000 1001010 1000101 10000

Color Harmonies of #39470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39470D

Black with #39470D

Text Example


Text Example

White with #39470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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