Html Css Color HEX #34817F Atoll

📋 copy color: '#34817F'

red 52 ◦ green 129 ◦ blue 127

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

Shades of Atoll #34817F

Tints of Atoll #34817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.88%

 BLUE value IS 127 (50% from 255) = 41.23%

R = 16.88%
G = 41.88%
B = 41.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#34817F (or 0x34817F) is known color: Atoll. HEX triplet: 34, 81 and 7F. RGB value is (52,129,127). Sum of RGB (Red+Green+Blue) = 52+129+127=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #34817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34817F is #CB7E80. Grayscale: #696969. Windows color (decimal): -13336193 or 8356148. OLE color: 8356148.

HSL color Cylindrical-coordinate representation of color #34817F: hue angle of 178.44º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34817F is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 129 127 -
CMYK 0.60 0 0.02 0.49
HSL 178.44º 0.43% 0.35% -
HSV(B) 178.44º 0.6% 0.51% -
XYZ 13.1 17.96 22.86 -
YUV 105.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 52 129 127 0.60 0 0.02 0.49 178.44 0.43 0.35
Hex 34 81 7F 3C 0 2 31 B2 2B 23
Octal 64 201 177 74 0 2 61 262 53 43
Binary 110100 10000001 1111111 111100 0 10 110001 10110010 101011 100011

Color Harmonies of #34817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34817F

Black with #34817F

Text Example


Text Example

White with #34817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34817F; }

 p { color: rgb(52,129,127); }

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

background-color css

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

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

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

border-color css

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

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

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