Html Css Color HEX #337373 Atoll

📋 copy color: '#337373'

red 51 ◦ green 115 ◦ blue 115

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

Shades of Atoll #337373

Tints of Atoll #337373

RGB

 RED value IS 51 (20.31% from 255) = 18.15%

 GREEN value IS 115 (45.31% from 255) = 40.93%

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 18.15%
G = 40.93%
B = 40.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#337373 (or 0x337373) is known color: Atoll. HEX triplet: 33, 73 and 73. RGB value is (51,115,115). Sum of RGB (Red+Green+Blue) = 51+115+115=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #337373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337373 is #CC8C8C. Grayscale: #5F5F5F. Windows color (decimal): -13405325 or 7566131. OLE color: 7566131.

HSL color Cylindrical-coordinate representation of color #337373: hue angle of 180º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337373 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 115 115 -
CMYK 0.56 0 0 0.55
HSL 180º 0.39% 0.33% -
HSV(B) 180º 0.56% 0.45% -
XYZ 10.59 14.2 18.4 -
YUV 95.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 51 115 115 0.56 0 0 0.55 180 0.39 0.33
Hex 33 73 73 38 0 0 37 B4 27 21
Octal 63 163 163 70 0 0 67 264 47 41
Binary 110011 1110011 1110011 111000 0 0 110111 10110100 100111 100001

Color Harmonies of #337373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337373

Black with #337373

Text Example


Text Example

White with #337373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337373; }

 p { color: rgb(51,115,115); }

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

background-color css

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

 a { background-color: rgb(51,115,115); }

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

border-color css

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

 span { border-color: rgb(51,115,115); }

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