Html Css Color HEX #314B15 Seaweed

📋 copy color: '#314B15'

red 49 ◦ green 75 ◦ blue 21

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

Shades of Seaweed #314B15

Tints of Seaweed #314B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 51.72%

 BLUE value IS 21 (8.59% from 255) = 14.48%

R = 33.79%
G = 51.72%
B = 14.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#314B15 (or 0x314B15) is known color: Seaweed. HEX triplet: 31, 4B and 15. RGB value is (49,75,21). Sum of RGB (Red+Green+Blue) = 49+75+21=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #314B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314B15 is #CEB4EA. Grayscale: #3D3D3D. Windows color (decimal): -13546731 or 1395505. OLE color: 1395505.

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

Color convert

RGB 49 75 21 -
CMYK 0.35 0 0.72 0.71
HSL 88.89º 0.56% 0.19% -
HSV(B) 88.89º 0.72% 0.29% -
XYZ 3.92 5.74 1.61 -
YUV 61.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 49 75 21 0.35 0 0.72 0.71 88.89 0.56 0.19
Hex 31 4B 15 23 0 48 47 59 38 13
Octal 61 113 25 43 0 110 107 131 70 23
Binary 110001 1001011 10101 100011 0 1001000 1000111 1011001 111000 10011

Color Harmonies of #314B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314B15

Black with #314B15

Text Example


Text Example

White with #314B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,75,21); }

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

background-color css

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

 a { background-color: rgb(49,75,21); }

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

border-color css

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

 span { border-color: rgb(49,75,21); }

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