Html Css Color HEX #313905 Turtle Green

📋 copy color: '#313905'

red 49 ◦ green 57 ◦ blue 5

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

Shades of Turtle Green #313905

Tints of Turtle Green #313905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.5%

R = 44.14%
G = 51.35%
B = 4.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#313905 (or 0x313905) is known color: Turtle Green. HEX triplet: 31, 39 and 05. RGB value is (49,57,5). Sum of RGB (Red+Green+Blue) = 49+57+5=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #313905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313905 is #CEC6FA. Grayscale: #303030. Windows color (decimal): -13551355 or 342321. OLE color: 342321.

HSL color Cylindrical-coordinate representation of color #313905: hue angle of 69.23º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #313905 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 57 5 -
CMYK 0.14 0 0.91 0.78
HSL 69.23º 0.84% 0.12% -
HSV(B) 69.23º 0.91% 0.22% -
XYZ 2.76 3.59 0.69 -
YUV 48.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 49 57 5 0.14 0 0.91 0.78 69.23 0.84 0.12
Hex 31 39 5 E 0 5B 4E 45 54 C
Octal 61 71 5 16 0 133 116 105 124 14
Binary 110001 111001 101 1110 0 1011011 1001110 1000101 1010100 1100

Color Harmonies of #313905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313905

Black with #313905

Text Example


Text Example

White with #313905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313905; }

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

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

background-color css

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

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

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

border-color css

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

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

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