Html Css Color HEX #355916 Seaweed

📋 copy color: '#355916'

red 53 ◦ green 89 ◦ blue 22

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

Shades of Seaweed #355916

Tints of Seaweed #355916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.27%

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

R = 32.32%
G = 54.27%
B = 13.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#355916 (or 0x355916) is known color: Seaweed. HEX triplet: 35, 59 and 16. RGB value is (53,89,22). Sum of RGB (Red+Green+Blue) = 53+89+22=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #355916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355916 is #CAA6E9. Grayscale: #464646. Windows color (decimal): -13281002 or 1464629. OLE color: 1464629.

HSL color Cylindrical-coordinate representation of color #355916: hue angle of 92.24º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355916 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 22 -
CMYK 0.40 0 0.75 0.65
HSL 92.24º 0.6% 0.22% -
HSV(B) 92.24º 0.75% 0.35% -
XYZ 5.19 7.96 2.02 -
YUV 70.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 53 89 22 0.40 0 0.75 0.65 92.24 0.6 0.22
Hex 35 59 16 28 0 4B 41 5C 3C 16
Octal 65 131 26 50 0 113 101 134 74 26
Binary 110101 1011001 10110 101000 0 1001011 1000001 1011100 111100 10110

Color Harmonies of #355916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355916

Black with #355916

Text Example


Text Example

White with #355916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355916; }

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

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

background-color css

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

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

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

border-color css

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

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

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