Html Css Color HEX #31440B Turtle Green

📋 copy color: '#31440B'

red 49 ◦ green 68 ◦ blue 11

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

Shades of Turtle Green #31440B

Tints of Turtle Green #31440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.13%

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

R = 38.28%
G = 53.13%
B = 8.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#31440B (or 0x31440B) is known color: Turtle Green. HEX triplet: 31, 44 and 0B. RGB value is (49,68,11). Sum of RGB (Red+Green+Blue) = 49+68+11=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #31440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31440B is #CEBBF4. Grayscale: #383838. Windows color (decimal): -13548533 or 738353. OLE color: 738353.

HSL color Cylindrical-coordinate representation of color #31440B: hue angle of 80º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31440B is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 68 11 -
CMYK 0.28 0 0.84 0.73
HSL 80º 0.72% 0.15% -
HSV(B) 80º 0.84% 0.27% -
XYZ 3.39 4.81 1.07 -
YUV 55.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 49 68 11 0.28 0 0.84 0.73 80 0.72 0.15
Hex 31 44 B 1C 0 54 49 50 48 F
Octal 61 104 13 34 0 124 111 120 110 17
Binary 110001 1000100 1011 11100 0 1010100 1001001 1010000 1001000 1111

Color Harmonies of #31440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31440B

Black with #31440B

Text Example


Text Example

White with #31440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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