Html Css Color HEX #376452 Spectra

📋 copy color: '#376452'

red 55 ◦ green 100 ◦ blue 82

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

Shades of Spectra #376452

Tints of Spectra #376452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

 BLUE value IS 82 (32.42% from 255) = 34.6%

R = 23.21%
G = 42.19%
B = 34.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#376452 (or 0x376452) is known color: Spectra. HEX triplet: 37, 64 and 52. RGB value is (55,100,82). Sum of RGB (Red+Green+Blue) = 55+100+82=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #376452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376452 is #C89BAD. Grayscale: #545454. Windows color (decimal): -13147054 or 5399607. OLE color: 5399607.

HSL color Cylindrical-coordinate representation of color #376452: hue angle of 156º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #376452 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 100 82 -
CMYK 0.45 0 0.18 0.61
HSL 156º 0.29% 0.3% -
HSV(B) 156º 0.45% 0.39% -
XYZ 7.66 10.54 9.61 -
YUV 84.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 55 100 82 0.45 0 0.18 0.61 156 0.29 0.3
Hex 37 64 52 2D 0 12 3D 9C 1D 1E
Octal 67 144 122 55 0 22 75 234 35 36
Binary 110111 1100100 1010010 101101 0 10010 111101 10011100 11101 11110

Color Harmonies of #376452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376452

Black with #376452

Text Example


Text Example

White with #376452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376452; }

 p { color: rgb(55,100,82); }

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

background-color css

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

 a { background-color: rgb(55,100,82); }

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

border-color css

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

 span { border-color: rgb(55,100,82); }

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