Html Css Color HEX #33501C Seaweed

📋 copy color: '#33501C'

red 51 ◦ green 80 ◦ blue 28

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

Shades of Seaweed #33501C

Tints of Seaweed #33501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50.31%

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 32.08%
G = 50.31%
B = 17.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#33501C (or 0x33501C) is known color: Seaweed. HEX triplet: 33, 50 and 1C. RGB value is (51,80,28). Sum of RGB (Red+Green+Blue) = 51+80+28=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #33501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33501C is #CCAFE3. Grayscale: #414141. Windows color (decimal): -13414372 or 1855539. OLE color: 1855539.

HSL color Cylindrical-coordinate representation of color #33501C: hue angle of 93.46º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33501C is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 28 -
CMYK 0.36 0 0.65 0.69
HSL 93.46º 0.48% 0.21% -
HSV(B) 93.46º 0.65% 0.31% -
XYZ 4.44 6.52 2.12 -
YUV 65.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 51 80 28 0.36 0 0.65 0.69 93.46 0.48 0.21
Hex 33 50 1C 24 0 41 45 5D 30 15
Octal 63 120 34 44 0 101 105 135 60 25
Binary 110011 1010000 11100 100100 0 1000001 1000101 1011101 110000 10101

Color Harmonies of #33501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33501C

Black with #33501C

Text Example


Text Example

White with #33501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33501C; }

 p { color: rgb(51,80,28); }

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

background-color css

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

 a { background-color: rgb(51,80,28); }

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

border-color css

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

 span { border-color: rgb(51,80,28); }

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