Html Css Color HEX #315408 Turtle Green

📋 copy color: '#315408'

red 49 ◦ green 84 ◦ blue 8

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

Shades of Turtle Green #315408

Tints of Turtle Green #315408

RGB

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

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

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

R = 34.75%
G = 59.57%
B = 5.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#315408 (or 0x315408) is known color: Turtle Green. HEX triplet: 31, 54 and 08. RGB value is (49,84,8). Sum of RGB (Red+Green+Blue) = 49+84+8=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #315408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315408 is #CEABF7. Grayscale: #414141. Windows color (decimal): -13544440 or 545841. OLE color: 545841.

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

Color convert

RGB 49 84 8 -
CMYK 0.42 0 0.90 0.67
HSL 87.63º 0.83% 0.18% -
HSV(B) 87.63º 0.9% 0.33% -
XYZ 4.48 7.01 1.35 -
YUV 64.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 49 84 8 0.42 0 0.90 0.67 87.63 0.83 0.18
Hex 31 54 8 2A 0 5A 43 58 53 12
Octal 61 124 10 52 0 132 103 130 123 22
Binary 110001 1010100 1000 101010 0 1011010 1000011 1011000 1010011 10010

Color Harmonies of #315408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315408

Black with #315408

Text Example


Text Example

White with #315408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315408; }

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

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

background-color css

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

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

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

border-color css

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

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

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