Html Css Color HEX #315212 Seaweed

📋 copy color: '#315212'

red 49 ◦ green 82 ◦ blue 18

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

Shades of Seaweed #315212

Tints of Seaweed #315212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 55.03%

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 32.89%
G = 55.03%
B = 12.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#315212 (or 0x315212) is known color: Seaweed. HEX triplet: 31, 52 and 12. RGB value is (49,82,18). Sum of RGB (Red+Green+Blue) = 49+82+18=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #315212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315212 is #CEADED. Grayscale: #414141. Windows color (decimal): -13544942 or 1200689. OLE color: 1200689.

HSL color Cylindrical-coordinate representation of color #315212: hue angle of 90.94º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315212 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 18 -
CMYK 0.40 0 0.78 0.68
HSL 90.94º 0.64% 0.2% -
HSV(B) 90.94º 0.78% 0.32% -
XYZ 4.39 6.73 1.64 -
YUV 64.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 49 82 18 0.40 0 0.78 0.68 90.94 0.64 0.2
Hex 31 52 12 28 0 4E 44 5B 40 14
Octal 61 122 22 50 0 116 104 133 100 24
Binary 110001 1010010 10010 101000 0 1001110 1000100 1011011 1000000 10100

Color Harmonies of #315212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315212

Black with #315212

Text Example


Text Example

White with #315212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315212; }

 p { color: rgb(49,82,18); }

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

background-color css

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

 a { background-color: rgb(49,82,18); }

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

border-color css

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

 span { border-color: rgb(49,82,18); }

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