Html Css Color HEX #31370B Turtle Green

📋 copy color: '#31370B'

red 49 ◦ green 55 ◦ blue 11

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

Shades of Turtle Green #31370B

Tints of Turtle Green #31370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 47.83%

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

R = 42.61%
G = 47.83%
B = 9.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#31370B (or 0x31370B) is known color: Turtle Green. HEX triplet: 31, 37 and 0B. RGB value is (49,55,11). Sum of RGB (Red+Green+Blue) = 49+55+11=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #31370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31370B is #CEC8F4. Grayscale: #303030. Windows color (decimal): -13551861 or 735025. OLE color: 735025.

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

Color convert

RGB 49 55 11 -
CMYK 0.11 0 0.8 0.78
HSL 68.18º 0.67% 0.13% -
HSV(B) 68.18º 0.8% 0.22% -
XYZ 2.69 3.41 0.83 -
YUV 48.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 49 55 11 0.11 0 0.8 0.78 68.18 0.67 0.13
Hex 31 37 B B 0 50 4E 44 43 D
Octal 61 67 13 13 0 120 116 104 103 15
Binary 110001 110111 1011 1011 0 1010000 1001110 1000100 1000011 1101

Color Harmonies of #31370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31370B

Black with #31370B

Text Example


Text Example

White with #31370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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