Html Css Color HEX #355316 Seaweed

📋 copy color: '#355316'

red 53 ◦ green 83 ◦ blue 22

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

Shades of Seaweed #355316

Tints of Seaweed #355316

RGB

 RED value IS 53 (21.09% from 255) = 33.54%

 GREEN value IS 83 (32.81% from 255) = 52.53%

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

R = 33.54%
G = 52.53%
B = 13.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#355316 (or 0x355316) is known color: Seaweed. HEX triplet: 35, 53 and 16. RGB value is (53,83,22). Sum of RGB (Red+Green+Blue) = 53+83+22=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #355316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355316 is #CAACE9. Grayscale: #434343. Windows color (decimal): -13282538 or 1463093. OLE color: 1463093.

HSL color Cylindrical-coordinate representation of color #355316: hue angle of 89.51º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #355316 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 22 -
CMYK 0.36 0 0.73 0.67
HSL 89.51º 0.58% 0.21% -
HSV(B) 89.51º 0.73% 0.33% -
XYZ 4.71 7 1.86 -
YUV 67.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 53 83 22 0.36 0 0.73 0.67 89.51 0.58 0.21
Hex 35 53 16 24 0 49 43 5A 3A 15
Octal 65 123 26 44 0 111 103 132 72 25
Binary 110101 1010011 10110 100100 0 1001001 1000011 1011010 111010 10101

Color Harmonies of #355316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355316

Black with #355316

Text Example


Text Example

White with #355316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355316; }

 p { color: rgb(53,83,22); }

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

background-color css

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

 a { background-color: rgb(53,83,22); }

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

border-color css

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

 span { border-color: rgb(53,83,22); }

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