Html Css Color HEX #375019 Seaweed

📋 copy color: '#375019'

red 55 ◦ green 80 ◦ blue 25

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

Shades of Seaweed #375019

Tints of Seaweed #375019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.63%

R = 34.38%
G = 50%
B = 15.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#375019 (or 0x375019) is known color: Seaweed. HEX triplet: 37, 50 and 19. RGB value is (55,80,25). Sum of RGB (Red+Green+Blue) = 55+80+25=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #375019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375019 is #C8AFE6. Grayscale: #424242. Windows color (decimal): -13152231 or 1658935. OLE color: 1658935.

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

Color convert

RGB 55 80 25 -
CMYK 0.31 0 0.69 0.69
HSL 87.27º 0.52% 0.21% -
HSV(B) 87.27º 0.69% 0.31% -
XYZ 4.62 6.62 1.95 -
YUV 66.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 55 80 25 0.31 0 0.69 0.69 87.27 0.52 0.21
Hex 37 50 19 1F 0 45 45 57 34 15
Octal 67 120 31 37 0 105 105 127 64 25
Binary 110111 1010000 11001 11111 0 1000101 1000101 1010111 110100 10101

Color Harmonies of #375019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375019

Black with #375019

Text Example


Text Example

White with #375019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375019; }

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

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

background-color css

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

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

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

border-color css

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

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

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