Html Css Color HEX #315308 Turtle Green

📋 copy color: '#315308'

red 49 ◦ green 83 ◦ blue 8

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

Shades of Turtle Green #315308

Tints of Turtle Green #315308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.71%

R = 35%
G = 59.29%
B = 5.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#315308 (or 0x315308) is known color: Turtle Green. HEX triplet: 31, 53 and 08. RGB value is (49,83,8). Sum of RGB (Red+Green+Blue) = 49+83+8=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #315308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315308 is #CEACF7. Grayscale: #404040. Windows color (decimal): -13544696 or 545585. OLE color: 545585.

HSL color Cylindrical-coordinate representation of color #315308: hue angle of 87.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #315308 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 8 -
CMYK 0.41 0 0.90 0.67
HSL 87.2º 0.82% 0.18% -
HSV(B) 87.2º 0.9% 0.33% -
XYZ 4.4 6.86 1.32 -
YUV 64.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 49 83 8 0.41 0 0.90 0.67 87.2 0.82 0.18
Hex 31 53 8 29 0 5A 43 57 52 12
Octal 61 123 10 51 0 132 103 127 122 22
Binary 110001 1010011 1000 101001 0 1011010 1000011 1010111 1010010 10010

Color Harmonies of #315308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315308

Black with #315308

Text Example


Text Example

White with #315308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315308; }

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

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

background-color css

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

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

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

border-color css

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

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

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