Html Css Color HEX #375518 Seaweed

📋 copy color: '#375518'

red 55 ◦ green 85 ◦ blue 24

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

Shades of Seaweed #375518

Tints of Seaweed #375518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.83%

 BLUE value IS 24 (9.77% from 255) = 14.63%

R = 33.54%
G = 51.83%
B = 14.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#375518 (or 0x375518) is known color: Seaweed. HEX triplet: 37, 55 and 18. RGB value is (55,85,24). Sum of RGB (Red+Green+Blue) = 55+85+24=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #375518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375518 is #C8AAE7. Grayscale: #454545. Windows color (decimal): -13150952 or 1594679. OLE color: 1594679.

HSL color Cylindrical-coordinate representation of color #375518: hue angle of 89.51º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #375518 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 24 -
CMYK 0.35 0 0.72 0.67
HSL 89.51º 0.56% 0.21% -
HSV(B) 89.51º 0.72% 0.33% -
XYZ 4.99 7.38 2.02 -
YUV 69.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 55 85 24 0.35 0 0.72 0.67 89.51 0.56 0.21
Hex 37 55 18 23 0 48 43 5A 38 15
Octal 67 125 30 43 0 110 103 132 70 25
Binary 110111 1010101 11000 100011 0 1001000 1000011 1011010 111000 10101

Color Harmonies of #375518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375518

Black with #375518

Text Example


Text Example

White with #375518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375518; }

 p { color: rgb(55,85,24); }

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

background-color css

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

 a { background-color: rgb(55,85,24); }

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

border-color css

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

 span { border-color: rgb(55,85,24); }

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