Html Css Color HEX #35501B Seaweed

📋 copy color: '#35501B'

red 53 ◦ green 80 ◦ blue 27

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

Shades of Seaweed #35501B

Tints of Seaweed #35501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50%

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 33.13%
G = 50%
B = 16.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#35501B (or 0x35501B) is known color: Seaweed. HEX triplet: 35, 50 and 1B. RGB value is (53,80,27). Sum of RGB (Red+Green+Blue) = 53+80+27=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #35501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35501B is #CAAFE4. Grayscale: #424242. Windows color (decimal): -13283301 or 1790005. OLE color: 1790005.

HSL color Cylindrical-coordinate representation of color #35501B: hue angle of 90.57º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35501B is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 27 -
CMYK 0.34 0 0.66 0.69
HSL 90.57º 0.5% 0.21% -
HSV(B) 90.57º 0.66% 0.31% -
XYZ 4.53 6.57 2.07 -
YUV 65.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 53 80 27 0.34 0 0.66 0.69 90.57 0.5 0.21
Hex 35 50 1B 22 0 42 45 5B 32 15
Octal 65 120 33 42 0 102 105 133 62 25
Binary 110101 1010000 11011 100010 0 1000010 1000101 1011011 110010 10101

Color Harmonies of #35501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35501B

Black with #35501B

Text Example


Text Example

White with #35501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,80,27); }

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

background-color css

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

 a { background-color: rgb(53,80,27); }

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

border-color css

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

 span { border-color: rgb(53,80,27); }

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