Html Css Color HEX #367D6B Genoa

📋 copy color: '#367D6B'

red 54 ◦ green 125 ◦ blue 107

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

Shades of Genoa #367D6B

Tints of Genoa #367D6B

RGB

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

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

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

R = 18.88%
G = 43.71%
B = 37.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#367D6B (or 0x367D6B) is known color: Genoa. HEX triplet: 36, 7D and 6B. RGB value is (54,125,107). Sum of RGB (Red+Green+Blue) = 54+125+107=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #367D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D6B is #C98294. Grayscale: #656565. Windows color (decimal): -13206165 or 7044406. OLE color: 7044406.

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

Color convert

RGB 54 125 107 -
CMYK 0.57 0 0.14 0.51
HSL 164.79º 0.4% 0.35% -
HSV(B) 164.79º 0.57% 0.49% -
XYZ 11.51 16.51 16.49 -
YUV 101.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 54 125 107 0.57 0 0.14 0.51 164.79 0.4 0.35
Hex 36 7D 6B 39 0 E 33 A5 28 23
Octal 66 175 153 71 0 16 63 245 50 43
Binary 110110 1111101 1101011 111001 0 1110 110011 10100101 101000 100011

Color Harmonies of #367D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D6B

Black with #367D6B

Text Example


Text Example

White with #367D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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