Html Css Color HEX #367B78 Atoll

📋 copy color: '#367B78'

red 54 ◦ green 123 ◦ blue 120

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

Shades of Atoll #367B78

Tints of Atoll #367B78

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.41%

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 18.18%
G = 41.41%
B = 40.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#367B78 (or 0x367B78) is known color: Atoll. HEX triplet: 36, 7B and 78. RGB value is (54,123,120). Sum of RGB (Red+Green+Blue) = 54+123+120=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #367B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B78 is #C98487. Grayscale: #656565. Windows color (decimal): -13206664 or 7895862. OLE color: 7895862.

HSL color Cylindrical-coordinate representation of color #367B78: hue angle of 177.39º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367B78 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 123 120 -
CMYK 0.56 0 0.02 0.52
HSL 177.39º 0.39% 0.35% -
HSV(B) 177.39º 0.56% 0.48% -
XYZ 11.99 16.31 20.28 -
YUV 102.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 54 123 120 0.56 0 0.02 0.52 177.39 0.39 0.35
Hex 36 7B 78 38 0 2 34 B1 27 23
Octal 66 173 170 70 0 2 64 261 47 43
Binary 110110 1111011 1111000 111000 0 10 110100 10110001 100111 100011

Color Harmonies of #367B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B78

Black with #367B78

Text Example


Text Example

White with #367B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,123,120); }

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

background-color css

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

 a { background-color: rgb(54,123,120); }

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

border-color css

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

 span { border-color: rgb(54,123,120); }

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