Html Css Color HEX #31480C Turtle Green

📋 copy color: '#31480C'

red 49 ◦ green 72 ◦ blue 12

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

Shades of Turtle Green #31480C

Tints of Turtle Green #31480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.14%

 BLUE value IS 12 (5.08% from 255) = 9.02%

R = 36.84%
G = 54.14%
B = 9.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#31480C (or 0x31480C) is known color: Turtle Green. HEX triplet: 31, 48 and 0C. RGB value is (49,72,12). Sum of RGB (Red+Green+Blue) = 49+72+12=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #31480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31480C is #CEB7F3. Grayscale: #3A3A3A. Windows color (decimal): -13547508 or 804913. OLE color: 804913.

HSL color Cylindrical-coordinate representation of color #31480C: hue angle of 83º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31480C is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 12 -
CMYK 0.32 0 0.83 0.72
HSL 83º 0.71% 0.16% -
HSV(B) 83º 0.83% 0.28% -
XYZ 3.65 5.31 1.18 -
YUV 58.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 49 72 12 0.32 0 0.83 0.72 83 0.71 0.16
Hex 31 48 C 20 0 53 48 53 47 10
Octal 61 110 14 40 0 123 110 123 107 20
Binary 110001 1001000 1100 100000 0 1010011 1001000 1010011 1000111 10000

Color Harmonies of #31480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31480C

Black with #31480C

Text Example


Text Example

White with #31480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31480C; }

 p { color: rgb(49,72,12); }

 H1.HeaderClassName
 {
   color: #31480C;
 }
 .AnyTagClassName
 {
   color: #31480C;
 }
</style>

background-color css

<style>
 a { background-color: #31480C; }

 a { background-color: rgb(49,72,12); }

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

border-color css

<style>
 span { border-color: #31480C; }

 span { border-color: rgb(49,72,12); }

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