Html Css Color HEX #315304 Turtle Green

📋 copy color: '#315304'

red 49 ◦ green 83 ◦ blue 4

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

Shades of Turtle Green #315304

Tints of Turtle Green #315304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.94%

R = 36.03%
G = 61.03%
B = 2.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#315304 (or 0x315304) is known color: Turtle Green. HEX triplet: 31, 53 and 04. RGB value is (49,83,4). Sum of RGB (Red+Green+Blue) = 49+83+4=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #315304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315304 is #CEACFB. Grayscale: #404040. Windows color (decimal): -13544700 or 283441. OLE color: 283441.

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

Color convert

RGB 49 83 4 -
CMYK 0.41 0 0.95 0.67
HSL 85.82º 0.91% 0.17% -
HSV(B) 85.82º 0.95% 0.33% -
XYZ 4.38 6.85 1.21 -
YUV 63.83 94.24 117.42 -
System Red Green Blue C M Y K H S L
Decimal 49 83 4 0.41 0 0.95 0.67 85.82 0.91 0.17
Hex 31 53 4 29 0 5F 43 56 5B 11
Octal 61 123 4 51 0 137 103 126 133 21
Binary 110001 1010011 100 101001 0 1011111 1000011 1010110 1011011 10001

Color Harmonies of #315304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315304

Black with #315304

Text Example


Text Example

White with #315304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315304; }

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

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

background-color css

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

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

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

border-color css

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

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

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