Html Css Color HEX #355217 Seaweed

📋 copy color: '#355217'

red 53 ◦ green 82 ◦ blue 23

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

Shades of Seaweed #355217

Tints of Seaweed #355217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 51.9%

 BLUE value IS 23 (9.38% from 255) = 14.56%

R = 33.54%
G = 51.9%
B = 14.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#355217 (or 0x355217) is known color: Seaweed. HEX triplet: 35, 52 and 17. RGB value is (53,82,23). Sum of RGB (Red+Green+Blue) = 53+82+23=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #355217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355217 is #CAADE8. Grayscale: #424242. Windows color (decimal): -13282793 or 1528373. OLE color: 1528373.

HSL color Cylindrical-coordinate representation of color #355217: hue angle of 89.49º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355217 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 23 -
CMYK 0.35 0 0.72 0.68
HSL 89.49º 0.56% 0.21% -
HSV(B) 89.49º 0.72% 0.32% -
XYZ 4.64 6.85 1.89 -
YUV 66.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 53 82 23 0.35 0 0.72 0.68 89.49 0.56 0.21
Hex 35 52 17 23 0 48 44 59 38 15
Octal 65 122 27 43 0 110 104 131 70 25
Binary 110101 1010010 10111 100011 0 1001000 1000100 1011001 111000 10101

Color Harmonies of #355217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355217

Black with #355217

Text Example


Text Example

White with #355217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355217; }

 p { color: rgb(53,82,23); }

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

background-color css

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

 a { background-color: rgb(53,82,23); }

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

border-color css

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

 span { border-color: rgb(53,82,23); }

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