Html Css Color HEX #347474 Atoll

📋 copy color: '#347474'

red 52 ◦ green 116 ◦ blue 116

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

Shades of Atoll #347474

Tints of Atoll #347474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 18.31%
G = 40.85%
B = 40.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#347474 (or 0x347474) is known color: Atoll. HEX triplet: 34, 74 and 74. RGB value is (52,116,116). Sum of RGB (Red+Green+Blue) = 52+116+116=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #347474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347474 is #CB8B8B. Grayscale: #606060. Windows color (decimal): -13339532 or 7631924. OLE color: 7631924.

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

Color convert

RGB 52 116 116 -
CMYK 0.55 0 0 0.55
HSL 180º 0.38% 0.33% -
HSV(B) 180º 0.55% 0.45% -
XYZ 10.81 14.48 18.75 -
YUV 96.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 52 116 116 0.55 0 0 0.55 180 0.38 0.33
Hex 34 74 74 37 0 0 37 B4 26 21
Octal 64 164 164 67 0 0 67 264 46 41
Binary 110100 1110100 1110100 110111 0 0 110111 10110100 100110 100001

Color Harmonies of #347474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347474

Black with #347474

Text Example


Text Example

White with #347474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347474; }

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

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

background-color css

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

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

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

border-color css

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

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

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