Html Css Color HEX #35501E Seaweed

📋 copy color: '#35501E'

red 53 ◦ green 80 ◦ blue 30

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

Shades of Seaweed #35501E

Tints of Seaweed #35501E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 32.52%
G = 49.08%
B = 18.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#35501E (or 0x35501E) is known color: Seaweed. HEX triplet: 35, 50 and 1E. RGB value is (53,80,30). Sum of RGB (Red+Green+Blue) = 53+80+30=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #35501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35501E is #CAAFE1. Grayscale: #424242. Windows color (decimal): -13283298 or 1986613. OLE color: 1986613.

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

Color convert

RGB 53 80 30 -
CMYK 0.34 0 0.62 0.69
HSL 92.4º 0.45% 0.22% -
HSV(B) 92.4º 0.63% 0.31% -
XYZ 4.57 6.59 2.26 -
YUV 66.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 53 80 30 0.34 0 0.62 0.69 92.4 0.45 0.22
Hex 35 50 1E 22 0 3E 45 5C 2D 16
Octal 65 120 36 42 0 76 105 134 55 26
Binary 110101 1010000 11110 100010 0 111110 1000101 1011100 101101 10110

Color Harmonies of #35501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35501E

Black with #35501E

Text Example


Text Example

White with #35501E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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