Html Css Color HEX #354028 Seaweed

📋 copy color: '#354028'

red 53 ◦ green 64 ◦ blue 40

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

Shades of Seaweed #354028

Tints of Seaweed #354028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.76%

 BLUE value IS 40 (16.02% from 255) = 25.48%

R = 33.76%
G = 40.76%
B = 25.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#354028 (or 0x354028) is known color: Seaweed. HEX triplet: 35, 40 and 28. RGB value is (53,64,40). Sum of RGB (Red+Green+Blue) = 53+64+40=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #354028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354028 is #CABFD7. Grayscale: #3A3A3A. Windows color (decimal): -13287384 or 2637877. OLE color: 2637877.

HSL color Cylindrical-coordinate representation of color #354028: hue angle of 87.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #354028 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 40 -
CMYK 0.17 0 0.38 0.75
HSL 87.5º 0.23% 0.2% -
HSV(B) 87.5º 0.38% 0.25% -
XYZ 3.68 4.58 2.7 -
YUV 57.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 53 64 40 0.17 0 0.38 0.75 87.5 0.23 0.2
Hex 35 40 28 11 0 26 4B 57 17 14
Octal 65 100 50 21 0 46 113 127 27 24
Binary 110101 1000000 101000 10001 0 100110 1001011 1010111 10111 10100

Color Harmonies of #354028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354028

Black with #354028

Text Example


Text Example

White with #354028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354028; }

 p { color: rgb(53,64,40); }

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

background-color css

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

 a { background-color: rgb(53,64,40); }

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

border-color css

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

 span { border-color: rgb(53,64,40); }

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