Html Css Color HEX #313C19 Turtle Green

📋 copy color: '#313C19'

red 49 ◦ green 60 ◦ blue 25

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

Shades of Turtle Green #313C19

Tints of Turtle Green #313C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.78%

 BLUE value IS 25 (10.16% from 255) = 18.66%

R = 36.57%
G = 44.78%
B = 18.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#313C19 (or 0x313C19) is known color: Turtle Green. HEX triplet: 31, 3C and 19. RGB value is (49,60,25). Sum of RGB (Red+Green+Blue) = 49+60+25=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 60 - color contains mainly: green. Hex color #313C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313C19 is #CEC3E6. Grayscale: #343434. Windows color (decimal): -13550567 or 1653809. OLE color: 1653809.

HSL color Cylindrical-coordinate representation of color #313C19: hue angle of 78.86º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313C19 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 60 25 -
CMYK 0.18 0 0.58 0.76
HSL 78.86º 0.41% 0.17% -
HSV(B) 78.86º 0.58% 0.24% -
XYZ 3.06 3.95 1.52 -
YUV 52.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 49 60 25 0.18 0 0.58 0.76 78.86 0.41 0.17
Hex 31 3C 19 12 0 3A 4C 4F 29 11
Octal 61 74 31 22 0 72 114 117 51 21
Binary 110001 111100 11001 10010 0 111010 1001100 1001111 101001 10001

Color Harmonies of #313C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C19

Black with #313C19

Text Example


Text Example

White with #313C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313C19; }

 p { color: rgb(49,60,25); }

 H1.HeaderClassName
 {
   color: #313C19;
 }
 .AnyTagClassName
 {
   color: #313C19;
 }
</style>

background-color css

<style>
 a { background-color: #313C19; }

 a { background-color: rgb(49,60,25); }

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

border-color css

<style>
 span { border-color: #313C19; }

 span { border-color: rgb(49,60,25); }

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