Html Css Color HEX #357875 Atoll

📋 copy color: '#357875'

red 53 ◦ green 120 ◦ blue 117

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

Shades of Atoll #357875

Tints of Atoll #357875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

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

R = 18.28%
G = 41.38%
B = 40.34%

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

#357875 (or 0x357875) is known color: Atoll. HEX triplet: 35, 78 and 75. RGB value is (53,120,117). Sum of RGB (Red+Green+Blue) = 53+120+117=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #357875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357875 is #CA878A. Grayscale: #636363. Windows color (decimal): -13272971 or 7698485. OLE color: 7698485.

HSL color Cylindrical-coordinate representation of color #357875: hue angle of 177.31º 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 #357875 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 120 117 -
CMYK 0.56 0 0.02 0.53
HSL 177.31º 0.39% 0.34% -
HSV(B) 177.31º 0.56% 0.47% -
XYZ 11.4 15.47 19.22 -
YUV 99.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 53 120 117 0.56 0 0.02 0.53 177.31 0.39 0.34
Hex 35 78 75 38 0 2 35 B1 27 22
Octal 65 170 165 70 0 2 65 261 47 42
Binary 110101 1111000 1110101 111000 0 10 110101 10110001 100111 100010

Color Harmonies of #357875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357875

Black with #357875

Text Example


Text Example

White with #357875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357875; }

 p { color: rgb(53,120,117); }

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

background-color css

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

 a { background-color: rgb(53,120,117); }

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

border-color css

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

 span { border-color: rgb(53,120,117); }

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