Html Css Color HEX #33481B Seaweed

📋 copy color: '#33481B'

red 51 ◦ green 72 ◦ blue 27

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

Shades of Seaweed #33481B

Tints of Seaweed #33481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18%

R = 34%
G = 48%
B = 18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#33481B (or 0x33481B) is known color: Seaweed. HEX triplet: 33, 48 and 1B. RGB value is (51,72,27). Sum of RGB (Red+Green+Blue) = 51+72+27=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #33481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33481B is #CCB7E4. Grayscale: #3C3C3C. Windows color (decimal): -13416421 or 1787955. OLE color: 1787955.

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

Color convert

RGB 51 72 27 -
CMYK 0.29 0 0.62 0.72
HSL 88º 0.45% 0.19% -
HSV(B) 88º 0.63% 0.28% -
XYZ 3.88 5.42 1.88 -
YUV 60.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 51 72 27 0.29 0 0.62 0.72 88 0.45 0.19
Hex 33 48 1B 1D 0 3E 48 58 2D 13
Octal 63 110 33 35 0 76 110 130 55 23
Binary 110011 1001000 11011 11101 0 111110 1001000 1011000 101101 10011

Color Harmonies of #33481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33481B

Black with #33481B

Text Example


Text Example

White with #33481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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