Html Css Color HEX #314818 Seaweed

📋 copy color: '#314818'

red 49 ◦ green 72 ◦ blue 24

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

Shades of Seaweed #314818

Tints of Seaweed #314818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.66%

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

R = 33.79%
G = 49.66%
B = 16.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#314818 (or 0x314818) is known color: Seaweed. HEX triplet: 31, 48 and 18. RGB value is (49,72,24). Sum of RGB (Red+Green+Blue) = 49+72+24=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #314818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314818 is #CEB7E7. Grayscale: #3B3B3B. Windows color (decimal): -13547496 or 1591345. OLE color: 1591345.

HSL color Cylindrical-coordinate representation of color #314818: hue angle of 88.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314818 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 24 -
CMYK 0.32 0 0.67 0.72
HSL 88.75º 0.5% 0.19% -
HSV(B) 88.75º 0.67% 0.28% -
XYZ 3.75 5.35 1.7 -
YUV 59.65 107.88 120.4 -
System Red Green Blue C M Y K H S L
Decimal 49 72 24 0.32 0 0.67 0.72 88.75 0.5 0.19
Hex 31 48 18 20 0 43 48 59 32 13
Octal 61 110 30 40 0 103 110 131 62 23
Binary 110001 1001000 11000 100000 0 1000011 1001000 1011001 110010 10011

Color Harmonies of #314818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314818

Black with #314818

Text Example


Text Example

White with #314818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314818; }

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

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

background-color css

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

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

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

border-color css

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

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

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