Html Css Color HEX #31390B Turtle Green

📋 copy color: '#31390B'

red 49 ◦ green 57 ◦ blue 11

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

Shades of Turtle Green #31390B

Tints of Turtle Green #31390B

RGB

 RED value IS 49 (19.53% from 255) = 41.88%

 GREEN value IS 57 (22.66% from 255) = 48.72%

 BLUE value IS 11 (4.69% from 255) = 9.4%

R = 41.88%
G = 48.72%
B = 9.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#31390B (or 0x31390B) is known color: Turtle Green. HEX triplet: 31, 39 and 0B. RGB value is (49,57,11). Sum of RGB (Red+Green+Blue) = 49+57+11=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #31390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31390B is #CEC6F4. Grayscale: #313131. Windows color (decimal): -13551349 or 735537. OLE color: 735537.

HSL color Cylindrical-coordinate representation of color #31390B: hue angle of 70.43º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31390B is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 57 11 -
CMYK 0.14 0 0.81 0.78
HSL 70.43º 0.68% 0.13% -
HSV(B) 70.43º 0.81% 0.22% -
XYZ 2.79 3.6 0.87 -
YUV 49.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 49 57 11 0.14 0 0.81 0.78 70.43 0.68 0.13
Hex 31 39 B E 0 51 4E 46 44 D
Octal 61 71 13 16 0 121 116 106 104 15
Binary 110001 111001 1011 1110 0 1010001 1001110 1000110 1000100 1101

Color Harmonies of #31390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31390B

Black with #31390B

Text Example


Text Example

White with #31390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,57,11); }

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

background-color css

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

 a { background-color: rgb(49,57,11); }

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

border-color css

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

 span { border-color: rgb(49,57,11); }

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