Html Css Color HEX #367C6B Genoa

📋 copy color: '#367C6B'

red 54 ◦ green 124 ◦ blue 107

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

Shades of Genoa #367C6B

Tints of Genoa #367C6B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.51%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 18.95%
G = 43.51%
B = 37.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#367C6B (or 0x367C6B) is known color: Genoa. HEX triplet: 36, 7C and 6B. RGB value is (54,124,107). Sum of RGB (Red+Green+Blue) = 54+124+107=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #367C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C6B is #C98394. Grayscale: #656565. Windows color (decimal): -13206421 or 7044150. OLE color: 7044150.

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

Color convert

RGB 54 124 107 -
CMYK 0.56 0 0.14 0.51
HSL 165.43º 0.39% 0.35% -
HSV(B) 165.43º 0.56% 0.49% -
XYZ 11.38 16.26 16.45 -
YUV 101.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 54 124 107 0.56 0 0.14 0.51 165.43 0.39 0.35
Hex 36 7C 6B 38 0 E 33 A5 27 23
Octal 66 174 153 70 0 16 63 245 47 43
Binary 110110 1111100 1101011 111000 0 1110 110011 10100101 100111 100011

Color Harmonies of #367C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C6B

Black with #367C6B

Text Example


Text Example

White with #367C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,124,107); }

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

background-color css

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

 a { background-color: rgb(54,124,107); }

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

border-color css

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

 span { border-color: rgb(54,124,107); }

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