Html Css Color HEX #335016 Seaweed

📋 copy color: '#335016'

red 51 ◦ green 80 ◦ blue 22

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

Shades of Seaweed #335016

Tints of Seaweed #335016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 33.33%
G = 52.29%
B = 14.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#335016 (or 0x335016) is known color: Seaweed. HEX triplet: 33, 50 and 16. RGB value is (51,80,22). Sum of RGB (Red+Green+Blue) = 51+80+22=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #335016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335016 is #CCAFE9. Grayscale: #404040. Windows color (decimal): -13414378 or 1462323. OLE color: 1462323.

HSL color Cylindrical-coordinate representation of color #335016: hue angle of 90º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #335016 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 22 -
CMYK 0.36 0 0.72 0.69
HSL 90º 0.57% 0.2% -
HSV(B) 90º 0.73% 0.31% -
XYZ 4.38 6.5 1.78 -
YUV 64.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 51 80 22 0.36 0 0.72 0.69 90 0.57 0.2
Hex 33 50 16 24 0 48 45 5A 39 14
Octal 63 120 26 44 0 110 105 132 71 24
Binary 110011 1010000 10110 100100 0 1001000 1000101 1011010 111001 10100

Color Harmonies of #335016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335016

Black with #335016

Text Example


Text Example

White with #335016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335016; }

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

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

background-color css

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

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

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

border-color css

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

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

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