Html Css Color HEX #315303 Turtle Green

📋 copy color: '#315303'

red 49 ◦ green 83 ◦ blue 3

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

Shades of Turtle Green #315303

Tints of Turtle Green #315303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.48%

 BLUE value IS 3 (1.56% from 255) = 2.22%

R = 36.3%
G = 61.48%
B = 2.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#315303 (or 0x315303) is known color: Turtle Green. HEX triplet: 31, 53 and 03. RGB value is (49,83,3). Sum of RGB (Red+Green+Blue) = 49+83+3=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #315303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315303 is #CEACFC. Grayscale: #404040. Windows color (decimal): -13544701 or 217905. OLE color: 217905.

HSL color Cylindrical-coordinate representation of color #315303: hue angle of 85.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #315303 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 3 -
CMYK 0.41 0 0.96 0.67
HSL 85.5º 0.93% 0.17% -
HSV(B) 85.5º 0.96% 0.33% -
XYZ 4.38 6.85 1.18 -
YUV 63.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 49 83 3 0.41 0 0.96 0.67 85.5 0.93 0.17
Hex 31 53 3 29 0 60 43 56 5D 11
Octal 61 123 3 51 0 140 103 126 135 21
Binary 110001 1010011 11 101001 0 1100000 1000011 1010110 1011101 10001

Color Harmonies of #315303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315303

Black with #315303

Text Example


Text Example

White with #315303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315303; }

 p { color: rgb(49,83,3); }

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

background-color css

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

 a { background-color: rgb(49,83,3); }

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

border-color css

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

 span { border-color: rgb(49,83,3); }

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