Html Css Color HEX #367B73 Genoa

📋 copy color: '#367B73'

red 54 ◦ green 123 ◦ blue 115

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

Shades of Genoa #367B73

Tints of Genoa #367B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.38%

R = 18.49%
G = 42.12%
B = 39.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#367B73 (or 0x367B73) is known color: Genoa. HEX triplet: 36, 7B and 73. RGB value is (54,123,115). Sum of RGB (Red+Green+Blue) = 54+123+115=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #367B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B73 is #C9848C. Grayscale: #656565. Windows color (decimal): -13206669 or 7568182. OLE color: 7568182.

HSL color Cylindrical-coordinate representation of color #367B73: hue angle of 173.04º 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 #367B73 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 123 115 -
CMYK 0.56 0 0.07 0.52
HSL 173.04º 0.39% 0.35% -
HSV(B) 173.04º 0.56% 0.48% -
XYZ 11.7 16.19 18.73 -
YUV 101.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 54 123 115 0.56 0 0.07 0.52 173.04 0.39 0.35
Hex 36 7B 73 38 0 7 34 AD 27 23
Octal 66 173 163 70 0 7 64 255 47 43
Binary 110110 1111011 1110011 111000 0 111 110100 10101101 100111 100011

Color Harmonies of #367B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B73

Black with #367B73

Text Example


Text Example

White with #367B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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