Html Css Color HEX #31530F Seaweed

📋 copy color: '#31530F'

red 49 ◦ green 83 ◦ blue 15

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

Shades of Seaweed #31530F

Tints of Seaweed #31530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.46%

 BLUE value IS 15 (6.25% from 255) = 10.2%

R = 33.33%
G = 56.46%
B = 10.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#31530F (or 0x31530F) is known color: Seaweed. HEX triplet: 31, 53 and 0F. RGB value is (49,83,15). Sum of RGB (Red+Green+Blue) = 49+83+15=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #31530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31530F is #CEACF0. Grayscale: #414141. Windows color (decimal): -13544689 or 1004337. OLE color: 1004337.

HSL color Cylindrical-coordinate representation of color #31530F: hue angle of 90º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31530F is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 15 -
CMYK 0.41 0 0.82 0.67
HSL 90º 0.69% 0.19% -
HSV(B) 90º 0.82% 0.33% -
XYZ 4.45 6.87 1.54 -
YUV 65.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 49 83 15 0.41 0 0.82 0.67 90 0.69 0.19
Hex 31 53 F 29 0 52 43 5A 45 13
Octal 61 123 17 51 0 122 103 132 105 23
Binary 110001 1010011 1111 101001 0 1010010 1000011 1011010 1000101 10011

Color Harmonies of #31530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31530F

Black with #31530F

Text Example


Text Example

White with #31530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31530F; }

 p { color: rgb(49,83,15); }

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

background-color css

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

 a { background-color: rgb(49,83,15); }

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

border-color css

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

 span { border-color: rgb(49,83,15); }

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