Html Css Color HEX #315505 Turtle Green

📋 copy color: '#315505'

red 49 ◦ green 85 ◦ blue 5

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

Shades of Turtle Green #315505

Tints of Turtle Green #315505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 61.15%

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

R = 35.25%
G = 61.15%
B = 3.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#315505 (or 0x315505) is known color: Turtle Green. HEX triplet: 31, 55 and 05. RGB value is (49,85,5). Sum of RGB (Red+Green+Blue) = 49+85+5=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #315505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315505 is #CEAAFA. Grayscale: #414141. Windows color (decimal): -13544187 or 349489. OLE color: 349489.

HSL color Cylindrical-coordinate representation of color #315505: hue angle of 87º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #315505 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 5 -
CMYK 0.42 0 0.94 0.67
HSL 87º 0.89% 0.18% -
HSV(B) 87º 0.94% 0.33% -
XYZ 4.54 7.16 1.29 -
YUV 65.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 49 85 5 0.42 0 0.94 0.67 87 0.89 0.18
Hex 31 55 5 2A 0 5E 43 57 59 12
Octal 61 125 5 52 0 136 103 127 131 22
Binary 110001 1010101 101 101010 0 1011110 1000011 1010111 1011001 10010

Color Harmonies of #315505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315505

Black with #315505

Text Example


Text Example

White with #315505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315505; }

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

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

background-color css

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

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

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

border-color css

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

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

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