Html Css Color HEX #314A17 Seaweed

📋 copy color: '#314A17'

red 49 ◦ green 74 ◦ blue 23

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

Shades of Seaweed #314A17

Tints of Seaweed #314A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50.68%

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

R = 33.56%
G = 50.68%
B = 15.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#314A17 (or 0x314A17) is known color: Seaweed. HEX triplet: 31, 4A and 17. RGB value is (49,74,23). Sum of RGB (Red+Green+Blue) = 49+74+23=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #314A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314A17 is #CEB5E8. Grayscale: #3C3C3C. Windows color (decimal): -13546985 or 1526321. OLE color: 1526321.

HSL color Cylindrical-coordinate representation of color #314A17: hue angle of 89.41º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #314A17 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 74 23 -
CMYK 0.34 0 0.69 0.71
HSL 89.41º 0.53% 0.19% -
HSV(B) 89.41º 0.69% 0.29% -
XYZ 3.87 5.61 1.69 -
YUV 60.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 49 74 23 0.34 0 0.69 0.71 89.41 0.53 0.19
Hex 31 4A 17 22 0 45 47 59 35 13
Octal 61 112 27 42 0 105 107 131 65 23
Binary 110001 1001010 10111 100010 0 1000101 1000111 1011001 110101 10011

Color Harmonies of #314A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A17

Black with #314A17

Text Example


Text Example

White with #314A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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