Html Css Color HEX #35501A Seaweed

📋 copy color: '#35501A'

red 53 ◦ green 80 ◦ blue 26

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

Shades of Seaweed #35501A

Tints of Seaweed #35501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.35%

R = 33.33%
G = 50.31%
B = 16.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#35501A (or 0x35501A) is known color: Seaweed. HEX triplet: 35, 50 and 1A. RGB value is (53,80,26). Sum of RGB (Red+Green+Blue) = 53+80+26=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #35501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35501A is #CAAFE5. Grayscale: #414141. Windows color (decimal): -13283302 or 1724469. OLE color: 1724469.

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

Color convert

RGB 53 80 26 -
CMYK 0.34 0 0.67 0.69
HSL 90º 0.51% 0.21% -
HSV(B) 90º 0.68% 0.31% -
XYZ 4.52 6.57 2.01 -
YUV 65.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 53 80 26 0.34 0 0.67 0.69 90 0.51 0.21
Hex 35 50 1A 22 0 43 45 5A 33 15
Octal 65 120 32 42 0 103 105 132 63 25
Binary 110101 1010000 11010 100010 0 1000011 1000101 1011010 110011 10101

Color Harmonies of #35501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35501A

Black with #35501A

Text Example


Text Example

White with #35501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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