Html Css Color HEX #375315 Seaweed

📋 copy color: '#375315'

red 55 ◦ green 83 ◦ blue 21

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

Shades of Seaweed #375315

Tints of Seaweed #375315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.2%

 BLUE value IS 21 (8.59% from 255) = 13.21%

R = 34.59%
G = 52.2%
B = 13.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#375315 (or 0x375315) is known color: Seaweed. HEX triplet: 37, 53 and 15. RGB value is (55,83,21). Sum of RGB (Red+Green+Blue) = 55+83+21=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #375315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375315 is #C8ACEA. Grayscale: #434343. Windows color (decimal): -13151467 or 1397559. OLE color: 1397559.

HSL color Cylindrical-coordinate representation of color #375315: hue angle of 87.1º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375315 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 83 21 -
CMYK 0.34 0 0.75 0.67
HSL 87.1º 0.6% 0.2% -
HSV(B) 87.1º 0.75% 0.33% -
XYZ 4.8 7.05 1.82 -
YUV 67.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 55 83 21 0.34 0 0.75 0.67 87.1 0.6 0.2
Hex 37 53 15 22 0 4B 43 57 3C 14
Octal 67 123 25 42 0 113 103 127 74 24
Binary 110111 1010011 10101 100010 0 1001011 1000011 1010111 111100 10100

Color Harmonies of #375315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375315

Black with #375315

Text Example


Text Example

White with #375315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375315; }

 p { color: rgb(55,83,21); }

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

background-color css

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

 a { background-color: rgb(55,83,21); }

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

border-color css

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

 span { border-color: rgb(55,83,21); }

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