Html Css Color HEX #378580 Atoll

📋 copy color: '#378580'

red 55 ◦ green 133 ◦ blue 128

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

Shades of Atoll #378580

Tints of Atoll #378580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 17.41%
G = 42.09%
B = 40.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#378580 (or 0x378580) is known color: Atoll. HEX triplet: 37, 85 and 80. RGB value is (55,133,128). Sum of RGB (Red+Green+Blue) = 55+133+128=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #378580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378580 is #C87A7F. Grayscale: #6D6D6D. Windows color (decimal): -13138560 or 8422711. OLE color: 8422711.

HSL color Cylindrical-coordinate representation of color #378580: hue angle of 176.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378580 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 128 -
CMYK 0.59 0 0.04 0.48
HSL 176.15º 0.41% 0.37% -
HSV(B) 176.15º 0.59% 0.52% -
XYZ 13.86 19.15 23.39 -
YUV 109.11 138.66 89.41 -
System Red Green Blue C M Y K H S L
Decimal 55 133 128 0.59 0 0.04 0.48 176.15 0.41 0.37
Hex 37 85 80 3B 0 4 30 B0 29 25
Octal 67 205 200 73 0 4 60 260 51 45
Binary 110111 10000101 10000000 111011 0 100 110000 10110000 101001 100101

Color Harmonies of #378580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378580

Black with #378580

Text Example


Text Example

White with #378580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378580; }

 p { color: rgb(55,133,128); }

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

background-color css

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

 a { background-color: rgb(55,133,128); }

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

border-color css

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

 span { border-color: rgb(55,133,128); }

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