Html Css Color HEX #348783 Atoll

📋 copy color: '#348783'

red 52 ◦ green 135 ◦ blue 131

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

Shades of Atoll #348783

Tints of Atoll #348783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

 BLUE value IS 131 (51.56% from 255) = 41.19%

R = 16.35%
G = 42.45%
B = 41.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#348783 (or 0x348783) is known color: Atoll. HEX triplet: 34, 87 and 83. RGB value is (52,135,131). Sum of RGB (Red+Green+Blue) = 52+135+131=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #348783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348783 is #CB787C. Grayscale: #6D6D6D. Windows color (decimal): -13334653 or 8619828. OLE color: 8619828.

HSL color Cylindrical-coordinate representation of color #348783: hue angle of 177.11º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348783 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 131 -
CMYK 0.61 0 0.03 0.47
HSL 177.11º 0.44% 0.37% -
HSV(B) 177.11º 0.61% 0.53% -
XYZ 14.18 19.7 24.53 -
YUV 109.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 52 135 131 0.61 0 0.03 0.47 177.11 0.44 0.37
Hex 34 87 83 3D 0 3 2F B1 2C 25
Octal 64 207 203 75 0 3 57 261 54 45
Binary 110100 10000111 10000011 111101 0 11 101111 10110001 101100 100101

Color Harmonies of #348783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348783

Black with #348783

Text Example


Text Example

White with #348783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348783; }

 p { color: rgb(52,135,131); }

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

background-color css

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

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

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

border-color css

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

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

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