Html Css Color HEX #307373 Atoll

📋 copy color: '#307373'

red 48 ◦ green 115 ◦ blue 115

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

Shades of Atoll #307373

Tints of Atoll #307373

RGB

 RED value IS 48 (19.14% from 255) = 17.27%

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

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

R = 17.27%
G = 41.37%
B = 41.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#307373 (or 0x307373) is known color: Atoll. HEX triplet: 30, 73 and 73. RGB value is (48,115,115). Sum of RGB (Red+Green+Blue) = 48+115+115=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #307373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307373 is #CF8C8C. Grayscale: #5E5E5E. Windows color (decimal): -13601933 or 7566128. OLE color: 7566128.

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

Color convert

RGB 48 115 115 -
CMYK 0.58 0 0 0.55
HSL 180º 0.41% 0.32% -
HSV(B) 180º 0.58% 0.45% -
XYZ 10.44 14.13 18.4 -
YUV 94.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 48 115 115 0.58 0 0 0.55 180 0.41 0.32
Hex 30 73 73 3A 0 0 37 B4 29 20
Octal 60 163 163 72 0 0 67 264 51 40
Binary 110000 1110011 1110011 111010 0 0 110111 10110100 101001 100000

Color Harmonies of #307373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307373

Black with #307373

Text Example


Text Example

White with #307373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307373; }

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

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

background-color css

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

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

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

border-color css

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

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

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