Html Css Color HEX #314C17 Seaweed

📋 copy color: '#314C17'

red 49 ◦ green 76 ◦ blue 23

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

Shades of Seaweed #314C17

Tints of Seaweed #314C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.35%

 BLUE value IS 23 (9.38% from 255) = 15.54%

R = 33.11%
G = 51.35%
B = 15.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#314C17 (or 0x314C17) is known color: Seaweed. HEX triplet: 31, 4C and 17. RGB value is (49,76,23). Sum of RGB (Red+Green+Blue) = 49+76+23=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #314C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C17 is #CEB3E8. Grayscale: #3E3E3E. Windows color (decimal): -13546473 or 1526833. OLE color: 1526833.

HSL color Cylindrical-coordinate representation of color #314C17: hue angle of 90.57º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314C17 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 76 23 -
CMYK 0.36 0 0.70 0.70
HSL 90.57º 0.54% 0.19% -
HSV(B) 90.57º 0.7% 0.3% -
XYZ 4.01 5.88 1.74 -
YUV 61.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 49 76 23 0.36 0 0.70 0.70 90.57 0.54 0.19
Hex 31 4C 17 24 0 46 46 5B 36 13
Octal 61 114 27 44 0 106 106 133 66 23
Binary 110001 1001100 10111 100100 0 1000110 1000110 1011011 110110 10011

Color Harmonies of #314C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C17

Black with #314C17

Text Example


Text Example

White with #314C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314C17; }

 p { color: rgb(49,76,23); }

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

background-color css

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

 a { background-color: rgb(49,76,23); }

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

border-color css

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

 span { border-color: rgb(49,76,23); }

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