Html Css Color HEX #375021 Seaweed

📋 copy color: '#375021'

red 55 ◦ green 80 ◦ blue 33

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

Shades of Seaweed #375021

Tints of Seaweed #375021

RGB

 RED value IS 55 (21.88% from 255) = 32.74%

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

 BLUE value IS 33 (13.28% from 255) = 19.64%

R = 32.74%
G = 47.62%
B = 19.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#375021 (or 0x375021) is known color: Seaweed. HEX triplet: 37, 50 and 21. RGB value is (55,80,33). Sum of RGB (Red+Green+Blue) = 55+80+33=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #375021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375021 is #C8AFDE. Grayscale: #434343. Windows color (decimal): -13152223 or 2183223. OLE color: 2183223.

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

Color convert

RGB 55 80 33 -
CMYK 0.31 0 0.59 0.69
HSL 91.91º 0.42% 0.22% -
HSV(B) 91.91º 0.59% 0.31% -
XYZ 4.72 6.66 2.48 -
YUV 67.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 55 80 33 0.31 0 0.59 0.69 91.91 0.42 0.22
Hex 37 50 21 1F 0 3B 45 5C 2A 16
Octal 67 120 41 37 0 73 105 134 52 26
Binary 110111 1010000 100001 11111 0 111011 1000101 1011100 101010 10110

Color Harmonies of #375021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375021

Black with #375021

Text Example


Text Example

White with #375021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375021; }

 p { color: rgb(55,80,33); }

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

background-color css

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

 a { background-color: rgb(55,80,33); }

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

border-color css

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

 span { border-color: rgb(55,80,33); }

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