Html Css Color HEX #314717 Seaweed

📋 copy color: '#314717'

red 49 ◦ green 71 ◦ blue 23

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

Shades of Seaweed #314717

Tints of Seaweed #314717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.65%

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

R = 34.27%
G = 49.65%
B = 16.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#314717 (or 0x314717) is known color: Seaweed. HEX triplet: 31, 47 and 17. RGB value is (49,71,23). Sum of RGB (Red+Green+Blue) = 49+71+23=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #314717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314717 is #CEB8E8. Grayscale: #3B3B3B. Windows color (decimal): -13547753 or 1525553. OLE color: 1525553.

HSL color Cylindrical-coordinate representation of color #314717: hue angle of 87.5º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314717 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 23 -
CMYK 0.31 0 0.68 0.72
HSL 87.5º 0.51% 0.18% -
HSV(B) 87.5º 0.68% 0.28% -
XYZ 3.67 5.22 1.62 -
YUV 58.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 49 71 23 0.31 0 0.68 0.72 87.5 0.51 0.18
Hex 31 47 17 1F 0 44 48 57 33 12
Octal 61 107 27 37 0 104 110 127 63 22
Binary 110001 1000111 10111 11111 0 1000100 1001000 1010111 110011 10010

Color Harmonies of #314717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314717

Black with #314717

Text Example


Text Example

White with #314717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314717; }

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

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

background-color css

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

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

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

border-color css

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

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

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