Html Css Color HEX #33501A Seaweed

📋 copy color: '#33501A'

red 51 ◦ green 80 ◦ blue 26

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

Shades of Seaweed #33501A

Tints of Seaweed #33501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 32.48%
G = 50.96%
B = 16.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#33501A (or 0x33501A) is known color: Seaweed. HEX triplet: 33, 50 and 1A. RGB value is (51,80,26). Sum of RGB (Red+Green+Blue) = 51+80+26=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #33501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33501A is #CCAFE5. Grayscale: #414141. Windows color (decimal): -13414374 or 1724467. OLE color: 1724467.

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

Color convert

RGB 51 80 26 -
CMYK 0.36 0 0.67 0.69
HSL 92.22º 0.51% 0.21% -
HSV(B) 92.22º 0.68% 0.31% -
XYZ 4.42 6.52 2 -
YUV 65.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 51 80 26 0.36 0 0.67 0.69 92.22 0.51 0.21
Hex 33 50 1A 24 0 43 45 5C 33 15
Octal 63 120 32 44 0 103 105 134 63 25
Binary 110011 1010000 11010 100100 0 1000011 1000101 1011100 110011 10101

Color Harmonies of #33501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33501A

Black with #33501A

Text Example


Text Example

White with #33501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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