Html Css Color HEX #355315 Seaweed

📋 copy color: '#355315'

red 53 ◦ green 83 ◦ blue 21

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

Shades of Seaweed #355315

Tints of Seaweed #355315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.38%

R = 33.76%
G = 52.87%
B = 13.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#355315 (or 0x355315) is known color: Seaweed. HEX triplet: 35, 53 and 15. RGB value is (53,83,21). Sum of RGB (Red+Green+Blue) = 53+83+21=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #355315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355315 is #CAACEA. Grayscale: #434343. Windows color (decimal): -13282539 or 1397557. OLE color: 1397557.

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

Color convert

RGB 53 83 21 -
CMYK 0.36 0 0.75 0.67
HSL 89.03º 0.6% 0.2% -
HSV(B) 89.03º 0.75% 0.33% -
XYZ 4.7 7 1.81 -
YUV 66.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 53 83 21 0.36 0 0.75 0.67 89.03 0.6 0.2
Hex 35 53 15 24 0 4B 43 59 3C 14
Octal 65 123 25 44 0 113 103 131 74 24
Binary 110101 1010011 10101 100100 0 1001011 1000011 1011001 111100 10100

Color Harmonies of #355315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355315

Black with #355315

Text Example


Text Example

White with #355315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355315; }

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

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

background-color css

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

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

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

border-color css

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

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

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