Html Css Color HEX #315019 Seaweed

📋 copy color: '#315019'

red 49 ◦ green 80 ◦ blue 25

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

Shades of Seaweed #315019

Tints of Seaweed #315019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.95%

 BLUE value IS 25 (10.16% from 255) = 16.23%

R = 31.82%
G = 51.95%
B = 16.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#315019 (or 0x315019) is known color: Seaweed. HEX triplet: 31, 50 and 19. RGB value is (49,80,25). Sum of RGB (Red+Green+Blue) = 49+80+25=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #315019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315019 is #CEAFE6. Grayscale: #404040. Windows color (decimal): -13545447 or 1658929. OLE color: 1658929.

HSL color Cylindrical-coordinate representation of color #315019: hue angle of 93.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #315019 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 25 -
CMYK 0.39 0 0.69 0.69
HSL 93.82º 0.52% 0.21% -
HSV(B) 93.82º 0.69% 0.31% -
XYZ 4.31 6.46 1.94 -
YUV 64.46 105.73 116.97 -
System Red Green Blue C M Y K H S L
Decimal 49 80 25 0.39 0 0.69 0.69 93.82 0.52 0.21
Hex 31 50 19 27 0 45 45 5E 34 15
Octal 61 120 31 47 0 105 105 136 64 25
Binary 110001 1010000 11001 100111 0 1000101 1000101 1011110 110100 10101

Color Harmonies of #315019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315019

Black with #315019

Text Example


Text Example

White with #315019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315019; }

 p { color: rgb(49,80,25); }

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

background-color css

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

 a { background-color: rgb(49,80,25); }

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

border-color css

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

 span { border-color: rgb(49,80,25); }

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