Html Css Color HEX #315218 Seaweed

📋 copy color: '#315218'

red 49 ◦ green 82 ◦ blue 24

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

Shades of Seaweed #315218

Tints of Seaweed #315218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.48%

R = 31.61%
G = 52.9%
B = 15.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#315218 (or 0x315218) is known color: Seaweed. HEX triplet: 31, 52 and 18. RGB value is (49,82,24). Sum of RGB (Red+Green+Blue) = 49+82+24=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #315218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315218 is #CEADE7. Grayscale: #414141. Windows color (decimal): -13544936 or 1593905. OLE color: 1593905.

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

Color convert

RGB 49 82 24 -
CMYK 0.40 0 0.71 0.68
HSL 94.14º 0.55% 0.21% -
HSV(B) 94.14º 0.71% 0.32% -
XYZ 4.45 6.75 1.93 -
YUV 65.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 49 82 24 0.40 0 0.71 0.68 94.14 0.55 0.21
Hex 31 52 18 28 0 47 44 5E 37 15
Octal 61 122 30 50 0 107 104 136 67 25
Binary 110001 1010010 11000 101000 0 1000111 1000100 1011110 110111 10101

Color Harmonies of #315218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315218

Black with #315218

Text Example


Text Example

White with #315218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315218; }

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

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

background-color css

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

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

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

border-color css

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

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

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