Html Css Color HEX #347575 Atoll

📋 copy color: '#347575'

red 52 ◦ green 117 ◦ blue 117

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

Shades of Atoll #347575

Tints of Atoll #347575

RGB

 RED value IS 52 (20.7% from 255) = 18.18%

 GREEN value IS 117 (46.09% from 255) = 40.91%

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

R = 18.18%
G = 40.91%
B = 40.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#347575 (or 0x347575) is known color: Atoll. HEX triplet: 34, 75 and 75. RGB value is (52,117,117). Sum of RGB (Red+Green+Blue) = 52+117+117=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #347575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347575 is #CB8A8A. Grayscale: #616161. Windows color (decimal): -13339275 or 7697716. OLE color: 7697716.

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

Color convert

RGB 52 117 117 -
CMYK 0.56 0 0 0.54
HSL 180º 0.38% 0.33% -
HSV(B) 180º 0.56% 0.46% -
XYZ 10.99 14.74 19.1 -
YUV 97.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 52 117 117 0.56 0 0 0.54 180 0.38 0.33
Hex 34 75 75 38 0 0 36 B4 26 21
Octal 64 165 165 70 0 0 66 264 46 41
Binary 110100 1110101 1110101 111000 0 0 110110 10110100 100110 100001

Color Harmonies of #347575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347575

Black with #347575

Text Example


Text Example

White with #347575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347575; }

 p { color: rgb(52,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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