Html Css Color HEX #35402B Seaweed

📋 copy color: '#35402B'

red 53 ◦ green 64 ◦ blue 43

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

Shades of Seaweed #35402B

Tints of Seaweed #35402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.88%

R = 33.13%
G = 40%
B = 26.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#35402B (or 0x35402B) is known color: Seaweed. HEX triplet: 35, 40 and 2B. RGB value is (53,64,43). Sum of RGB (Red+Green+Blue) = 53+64+43=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #35402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35402B is #CABFD4. Grayscale: #3A3A3A. Windows color (decimal): -13287381 or 2834485. OLE color: 2834485.

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

Color convert

RGB 53 64 43 -
CMYK 0.17 0 0.33 0.75
HSL 91.43º 0.2% 0.21% -
HSV(B) 91.43º 0.33% 0.25% -
XYZ 3.74 4.6 2.98 -
YUV 58.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 53 64 43 0.17 0 0.33 0.75 91.43 0.2 0.21
Hex 35 40 2B 11 0 21 4B 5B 14 15
Octal 65 100 53 21 0 41 113 133 24 25
Binary 110101 1000000 101011 10001 0 100001 1001011 1011011 10100 10101

Color Harmonies of #35402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35402B

Black with #35402B

Text Example


Text Example

White with #35402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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