Html Css Color HEX #315011 Seaweed

📋 copy color: '#315011'

red 49 ◦ green 80 ◦ blue 17

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

Shades of Seaweed #315011

Tints of Seaweed #315011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 33.56%
G = 54.79%
B = 11.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#315011 (or 0x315011) is known color: Seaweed. HEX triplet: 31, 50 and 11. RGB value is (49,80,17). Sum of RGB (Red+Green+Blue) = 49+80+17=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #315011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315011 is #CEAFEE. Grayscale: #3F3F3F. Windows color (decimal): -13545455 or 1134641. OLE color: 1134641.

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

Color convert

RGB 49 80 17 -
CMYK 0.39 0 0.79 0.69
HSL 89.52º 0.65% 0.19% -
HSV(B) 89.52º 0.79% 0.31% -
XYZ 4.24 6.43 1.55 -
YUV 63.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 49 80 17 0.39 0 0.79 0.69 89.52 0.65 0.19
Hex 31 50 11 27 0 4F 45 5A 41 13
Octal 61 120 21 47 0 117 105 132 101 23
Binary 110001 1010000 10001 100111 0 1001111 1000101 1011010 1000001 10011

Color Harmonies of #315011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315011

Black with #315011

Text Example


Text Example

White with #315011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315011; }

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

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

background-color css

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

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

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

border-color css

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

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

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