Html Css Color HEX #33481F Seaweed

📋 copy color: '#33481F'

red 51 ◦ green 72 ◦ blue 31

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

Shades of Seaweed #33481F

Tints of Seaweed #33481F

RGB

 RED value IS 51 (20.31% from 255) = 33.12%

 GREEN value IS 72 (28.52% from 255) = 46.75%

 BLUE value IS 31 (12.5% from 255) = 20.13%

R = 33.12%
G = 46.75%
B = 20.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#33481F (or 0x33481F) is known color: Seaweed. HEX triplet: 33, 48 and 1F. RGB value is (51,72,31). Sum of RGB (Red+Green+Blue) = 51+72+31=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #33481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33481F is #CCB7E0. Grayscale: #3D3D3D. Windows color (decimal): -13416417 or 2050099. OLE color: 2050099.

HSL color Cylindrical-coordinate representation of color #33481F: hue angle of 90.73º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33481F is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 72 31 -
CMYK 0.29 0 0.57 0.72
HSL 90.73º 0.4% 0.2% -
HSV(B) 90.73º 0.57% 0.28% -
XYZ 3.93 5.44 2.14 -
YUV 61.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 51 72 31 0.29 0 0.57 0.72 90.73 0.4 0.2
Hex 33 48 1F 1D 0 39 48 5B 28 14
Octal 63 110 37 35 0 71 110 133 50 24
Binary 110011 1001000 11111 11101 0 111001 1001000 1011011 101000 10100

Color Harmonies of #33481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33481F

Black with #33481F

Text Example


Text Example

White with #33481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,72,31); }

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

background-color css

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

 a { background-color: rgb(51,72,31); }

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

border-color css

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

 span { border-color: rgb(51,72,31); }

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