Html Css Color HEX #307675 Atoll

📋 copy color: '#307675'

red 48 ◦ green 118 ◦ blue 117

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

Shades of Atoll #307675

Tints of Atoll #307675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

 BLUE value IS 117 (46.09% from 255) = 41.34%

R = 16.96%
G = 41.7%
B = 41.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#307675 (or 0x307675) is known color: Atoll. HEX triplet: 30, 76 and 75. RGB value is (48,118,117). Sum of RGB (Red+Green+Blue) = 48+118+117=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #307675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307675 is #CF898A. Grayscale: #606060. Windows color (decimal): -13601163 or 7697968. OLE color: 7697968.

HSL color Cylindrical-coordinate representation of color #307675: hue angle of 179.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307675 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 117 -
CMYK 0.59 0 0.01 0.54
HSL 179.14º 0.42% 0.33% -
HSV(B) 179.14º 0.59% 0.46% -
XYZ 10.91 14.87 19.12 -
YUV 96.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 48 118 117 0.59 0 0.01 0.54 179.14 0.42 0.33
Hex 30 76 75 3B 0 1 36 B3 2A 21
Octal 60 166 165 73 0 1 66 263 52 41
Binary 110000 1110110 1110101 111011 0 1 110110 10110011 101010 100001

Color Harmonies of #307675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307675

Black with #307675

Text Example


Text Example

White with #307675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307675; }

 p { color: rgb(48,118,117); }

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

background-color css

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

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

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

border-color css

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

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

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