Html Css Color HEX #315401 Turtle Green

📋 copy color: '#315401'

red 49 ◦ green 84 ◦ blue 1

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

Shades of Turtle Green #315401

Tints of Turtle Green #315401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 36.57%
G = 62.69%
B = 0.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#315401 (or 0x315401) is known color: Turtle Green. HEX triplet: 31, 54 and 01. RGB value is (49,84,1). Sum of RGB (Red+Green+Blue) = 49+84+1=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #315401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315401 is #CEABFE. Grayscale: #404040. Windows color (decimal): -13544447 or 87089. OLE color: 87089.

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

Color convert

RGB 49 84 1 -
CMYK 0.42 0 0.99 0.67
HSL 85.3º 0.98% 0.17% -
HSV(B) 85.3º 0.99% 0.33% -
XYZ 4.44 7 1.14 -
YUV 64.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 49 84 1 0.42 0 0.99 0.67 85.3 0.98 0.17
Hex 31 54 1 2A 0 63 43 55 62 11
Octal 61 124 1 52 0 143 103 125 142 21
Binary 110001 1010100 1 101010 0 1100011 1000011 1010101 1100010 10001

Color Harmonies of #315401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315401

Black with #315401

Text Example


Text Example

White with #315401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315401; }

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

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

background-color css

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

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

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

border-color css

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

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

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