Html Css Color HEX #378383 Atoll

📋 copy color: '#378383'

red 55 ◦ green 131 ◦ blue 131

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

Shades of Atoll #378383

Tints of Atoll #378383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

 BLUE value IS 131 (51.56% from 255) = 41.32%

R = 17.35%
G = 41.32%
B = 41.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#378383 (or 0x378383) is known color: Atoll. HEX triplet: 37, 83 and 83. RGB value is (55,131,131). Sum of RGB (Red+Green+Blue) = 55+131+131=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #378383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378383 is #C87C7C. Grayscale: #6C6C6C. Windows color (decimal): -13139069 or 8618807. OLE color: 8618807.

HSL color Cylindrical-coordinate representation of color #378383: hue angle of 180º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378383 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 131 -
CMYK 0.58 0 0 0.49
HSL 180º 0.41% 0.36% -
HSV(B) 180º 0.58% 0.51% -
XYZ 13.79 18.68 24.35 -
YUV 108.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 55 131 131 0.58 0 0 0.49 180 0.41 0.36
Hex 37 83 83 3A 0 0 31 B4 29 24
Octal 67 203 203 72 0 0 61 264 51 44
Binary 110111 10000011 10000011 111010 0 0 110001 10110100 101001 100100

Color Harmonies of #378383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378383

Black with #378383

Text Example


Text Example

White with #378383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378383; }

 p { color: rgb(55,131,131); }

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

background-color css

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

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

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

border-color css

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

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

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