Html Css Color HEX #357976 Atoll

📋 copy color: '#357976'

red 53 ◦ green 121 ◦ blue 118

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

Shades of Atoll #357976

Tints of Atoll #357976

RGB

 RED value IS 53 (21.09% from 255) = 18.15%

 GREEN value IS 121 (47.66% from 255) = 41.44%

 BLUE value IS 118 (46.48% from 255) = 40.41%

R = 18.15%
G = 41.44%
B = 40.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#357976 (or 0x357976) is known color: Atoll. HEX triplet: 35, 79 and 76. RGB value is (53,121,118). Sum of RGB (Red+Green+Blue) = 53+121+118=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #357976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357976 is #CA8689. Grayscale: #646464. Windows color (decimal): -13272714 or 7764277. OLE color: 7764277.

HSL color Cylindrical-coordinate representation of color #357976: hue angle of 177.35º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357976 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 121 118 -
CMYK 0.56 0 0.02 0.53
HSL 177.35º 0.39% 0.34% -
HSV(B) 177.35º 0.56% 0.47% -
XYZ 11.58 15.74 19.57 -
YUV 100.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 53 121 118 0.56 0 0.02 0.53 177.35 0.39 0.34
Hex 35 79 76 38 0 2 35 B1 27 22
Octal 65 171 166 70 0 2 65 261 47 42
Binary 110101 1111001 1110110 111000 0 10 110101 10110001 100111 100010

Color Harmonies of #357976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357976

Black with #357976

Text Example


Text Example

White with #357976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357976; }

 p { color: rgb(53,121,118); }

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

background-color css

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

 a { background-color: rgb(53,121,118); }

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

border-color css

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

 span { border-color: rgb(53,121,118); }

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