Html Css Color HEX #355017 Seaweed

📋 copy color: '#355017'

red 53 ◦ green 80 ◦ blue 23

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

Shades of Seaweed #355017

Tints of Seaweed #355017

RGB

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

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

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

R = 33.97%
G = 51.28%
B = 14.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#355017 (or 0x355017) is known color: Seaweed. HEX triplet: 35, 50 and 17. RGB value is (53,80,23). Sum of RGB (Red+Green+Blue) = 53+80+23=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #355017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355017 is #CAAFE8. Grayscale: #414141. Windows color (decimal): -13283305 or 1527861. OLE color: 1527861.

HSL color Cylindrical-coordinate representation of color #355017: hue angle of 88.42º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #355017 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 23 -
CMYK 0.34 0 0.71 0.69
HSL 88.42º 0.55% 0.2% -
HSV(B) 88.42º 0.71% 0.31% -
XYZ 4.49 6.56 1.84 -
YUV 65.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 53 80 23 0.34 0 0.71 0.69 88.42 0.55 0.2
Hex 35 50 17 22 0 47 45 58 37 14
Octal 65 120 27 42 0 107 105 130 67 24
Binary 110101 1010000 10111 100010 0 1000111 1000101 1011000 110111 10100

Color Harmonies of #355017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355017

Black with #355017

Text Example


Text Example

White with #355017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355017; }

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

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

background-color css

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

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

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

border-color css

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

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

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