Html Css Color HEX #367D7F Atoll

📋 copy color: '#367D7F'

red 54 ◦ green 125 ◦ blue 127

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

Shades of Atoll #367D7F

Tints of Atoll #367D7F

RGB

 RED value IS 54 (21.48% from 255) = 17.65%

 GREEN value IS 125 (49.22% from 255) = 40.85%

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

R = 17.65%
G = 40.85%
B = 41.5%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#367D7F (or 0x367D7F) is known color: Atoll. HEX triplet: 36, 7D and 7F. RGB value is (54,125,127). Sum of RGB (Red+Green+Blue) = 54+125+127=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #367D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D7F is #C98280. Grayscale: #676767. Windows color (decimal): -13206145 or 8355126. OLE color: 8355126.

HSL color Cylindrical-coordinate representation of color #367D7F: hue angle of 181.64º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367D7F is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 125 127 -
CMYK 0.57 0.02 0 0.50
HSL 181.64º 0.4% 0.35% -
HSV(B) 181.64º 0.57% 0.5% -
XYZ 12.69 16.98 22.69 -
YUV 104 140.98 92.34 -
System Red Green Blue C M Y K H S L
Decimal 54 125 127 0.57 0.02 0 0.50 181.64 0.4 0.35
Hex 36 7D 7F 39 2 0 32 B6 28 23
Octal 66 175 177 71 2 0 62 266 50 43
Binary 110110 1111101 1111111 111001 10 0 110010 10110110 101000 100011

Color Harmonies of #367D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D7F

Black with #367D7F

Text Example


Text Example

White with #367D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367D7F; }

 p { color: rgb(54,125,127); }

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

background-color css

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

 a { background-color: rgb(54,125,127); }

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

border-color css

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

 span { border-color: rgb(54,125,127); }

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