Html Css Color HEX #353B2F Seaweed

📋 copy color: '#353B2F'

red 53 ◦ green 59 ◦ blue 47

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

Shades of Seaweed #353B2F

Tints of Seaweed #353B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.11%

 BLUE value IS 47 (18.75% from 255) = 29.56%

R = 33.33%
G = 37.11%
B = 29.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.77

RGB Variations

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

Color information

#353B2F (or 0x353B2F) is known color: Seaweed. HEX triplet: 35, 3B and 2F. RGB value is (53,59,47). Sum of RGB (Red+Green+Blue) = 53+59+47=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 59 - color contains mainly: green. Hex color #353B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B2F is #CAC4D0. Grayscale: #373737. Windows color (decimal): -13288657 or 3095349. OLE color: 3095349.

HSL color Cylindrical-coordinate representation of color #353B2F: hue angle of 90º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #353B2F is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 59 47 -
CMYK 0.10 0 0.20 0.77
HSL 90º 0.11% 0.21% -
HSV(B) 90º 0.2% 0.23% -
XYZ 3.55 4.09 3.29 -
YUV 55.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 53 59 47 0.10 0 0.20 0.77 90 0.11 0.21
Hex 35 3B 2F A 0 14 4D 5A B 15
Octal 65 73 57 12 0 24 115 132 13 25
Binary 110101 111011 101111 1010 0 10100 1001101 1011010 1011 10101

Color Harmonies of #353B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B2F

Black with #353B2F

Text Example


Text Example

White with #353B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353B2F; }

 p { color: rgb(53,59,47); }

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

background-color css

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

 a { background-color: rgb(53,59,47); }

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

border-color css

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

 span { border-color: rgb(53,59,47); }

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