Html Css Color HEX #315201 Turtle Green

📋 copy color: '#315201'

red 49 ◦ green 82 ◦ blue 1

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

Shades of Turtle Green #315201

Tints of Turtle Green #315201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 62.12%

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

R = 37.12%
G = 62.12%
B = 0.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#315201 (or 0x315201) is known color: Turtle Green. HEX triplet: 31, 52 and 01. RGB value is (49,82,1). Sum of RGB (Red+Green+Blue) = 49+82+1=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #315201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315201 is #CEADFE. Grayscale: #3F3F3F. Windows color (decimal): -13544959 or 86577. OLE color: 86577.

HSL color Cylindrical-coordinate representation of color #315201: hue angle of 84.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #315201 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 1 -
CMYK 0.40 0 0.99 0.68
HSL 84.44º 0.98% 0.16% -
HSV(B) 84.44º 0.99% 0.32% -
XYZ 4.29 6.69 1.09 -
YUV 62.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 49 82 1 0.40 0 0.99 0.68 84.44 0.98 0.16
Hex 31 52 1 28 0 63 44 54 62 10
Octal 61 122 1 50 0 143 104 124 142 20
Binary 110001 1010010 1 101000 0 1100011 1000100 1010100 1100010 10000

Color Harmonies of #315201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315201

Black with #315201

Text Example


Text Example

White with #315201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315201; }

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

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

background-color css

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

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

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

border-color css

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

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

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