Html Css Color HEX #39411B Turtle Green

📋 copy color: '#39411B'

red 57 ◦ green 65 ◦ blue 27

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

Shades of Turtle Green #39411B

Tints of Turtle Green #39411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.62%

 BLUE value IS 27 (10.94% from 255) = 18.12%

R = 38.26%
G = 43.62%
B = 18.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#39411B (or 0x39411B) is known color: Turtle Green. HEX triplet: 39, 41 and 1B. RGB value is (57,65,27). Sum of RGB (Red+Green+Blue) = 57+65+27=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #39411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39411B is #C6BEE4. Grayscale: #3A3A3A. Windows color (decimal): -13024997 or 1786169. OLE color: 1786169.

HSL color Cylindrical-coordinate representation of color #39411B: hue angle of 72.63º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39411B is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 27 -
CMYK 0.12 0 0.58 0.75
HSL 72.63º 0.41% 0.18% -
HSV(B) 72.63º 0.58% 0.25% -
XYZ 3.78 4.73 1.75 -
YUV 58.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 57 65 27 0.12 0 0.58 0.75 72.63 0.41 0.18
Hex 39 41 1B C 0 3A 4B 49 29 12
Octal 71 101 33 14 0 72 113 111 51 22
Binary 111001 1000001 11011 1100 0 111010 1001011 1001001 101001 10010

Color Harmonies of #39411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39411B

Black with #39411B

Text Example


Text Example

White with #39411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39411B; }

 p { color: rgb(57,65,27); }

 H1.HeaderClassName
 {
   color: #39411B;
 }
 .AnyTagClassName
 {
   color: #39411B;
 }
</style>

background-color css

<style>
 a { background-color: #39411B; }

 a { background-color: rgb(57,65,27); }

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

border-color css

<style>
 span { border-color: #39411B; }

 span { border-color: rgb(57,65,27); }

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