Html Css Color HEX #354126 Seaweed

📋 copy color: '#354126'

red 53 ◦ green 65 ◦ blue 38

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

Shades of Seaweed #354126

Tints of Seaweed #354126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

 BLUE value IS 38 (15.23% from 255) = 24.36%

R = 33.97%
G = 41.67%
B = 24.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#354126 (or 0x354126) is known color: Seaweed. HEX triplet: 35, 41 and 26. RGB value is (53,65,38). Sum of RGB (Red+Green+Blue) = 53+65+38=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #354126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354126 is #CABED9. Grayscale: #3A3A3A. Windows color (decimal): -13287130 or 2507061. OLE color: 2507061.

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

Color convert

RGB 53 65 38 -
CMYK 0.18 0 0.42 0.75
HSL 86.67º 0.26% 0.2% -
HSV(B) 86.67º 0.42% 0.25% -
XYZ 3.71 4.68 2.54 -
YUV 58.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 53 65 38 0.18 0 0.42 0.75 86.67 0.26 0.2
Hex 35 41 26 12 0 2A 4B 57 1A 14
Octal 65 101 46 22 0 52 113 127 32 24
Binary 110101 1000001 100110 10010 0 101010 1001011 1010111 11010 10100

Color Harmonies of #354126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354126

Black with #354126

Text Example


Text Example

White with #354126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354126; }

 p { color: rgb(53,65,38); }

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

background-color css

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

 a { background-color: rgb(53,65,38); }

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

border-color css

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

 span { border-color: rgb(53,65,38); }

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