Html Css Color HEX #315403 Turtle Green

📋 copy color: '#315403'

red 49 ◦ green 84 ◦ blue 3

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

Shades of Turtle Green #315403

Tints of Turtle Green #315403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 61.76%

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

R = 36.03%
G = 61.76%
B = 2.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#315403 (or 0x315403) is known color: Turtle Green. HEX triplet: 31, 54 and 03. RGB value is (49,84,3). Sum of RGB (Red+Green+Blue) = 49+84+3=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #315403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315403 is #CEABFC. Grayscale: #404040. Windows color (decimal): -13544445 or 218161. OLE color: 218161.

HSL color Cylindrical-coordinate representation of color #315403: hue angle of 85.93º 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 #315403 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 3 -
CMYK 0.42 0 0.96 0.67
HSL 85.93º 0.93% 0.17% -
HSV(B) 85.93º 0.96% 0.33% -
XYZ 4.45 7 1.2 -
YUV 64.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 49 84 3 0.42 0 0.96 0.67 85.93 0.93 0.17
Hex 31 54 3 2A 0 60 43 56 5D 11
Octal 61 124 3 52 0 140 103 126 135 21
Binary 110001 1010100 11 101010 0 1100000 1000011 1010110 1011101 10001

Color Harmonies of #315403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315403

Black with #315403

Text Example


Text Example

White with #315403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315403; }

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

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

background-color css

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

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

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

border-color css

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

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

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