Html Css Color HEX #348482 Atoll

📋 copy color: '#348482'

red 52 ◦ green 132 ◦ blue 130

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

Shades of Atoll #348482

Tints of Atoll #348482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 16.56%
G = 42.04%
B = 41.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#348482 (or 0x348482) is known color: Atoll. HEX triplet: 34, 84 and 82. RGB value is (52,132,130). Sum of RGB (Red+Green+Blue) = 52+132+130=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #348482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348482 is #CB7B7D. Grayscale: #6B6B6B. Windows color (decimal): -13335422 or 8553524. OLE color: 8553524.

HSL color Cylindrical-coordinate representation of color #348482: hue angle of 178.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348482 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 130 -
CMYK 0.61 0 0.02 0.48
HSL 178.5º 0.43% 0.36% -
HSV(B) 178.5º 0.61% 0.52% -
XYZ 13.7 18.84 24.03 -
YUV 107.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 52 132 130 0.61 0 0.02 0.48 178.5 0.43 0.36
Hex 34 84 82 3D 0 2 30 B2 2B 24
Octal 64 204 202 75 0 2 60 262 53 44
Binary 110100 10000100 10000010 111101 0 10 110000 10110010 101011 100100

Color Harmonies of #348482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348482

Black with #348482

Text Example


Text Example

White with #348482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348482; }

 p { color: rgb(52,132,130); }

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

background-color css

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

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

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

border-color css

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

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

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