Html Css Color HEX #367468 Genoa

📋 copy color: '#367468'

red 54 ◦ green 116 ◦ blue 104

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

Shades of Genoa #367468

Tints of Genoa #367468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.34%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 19.71%
G = 42.34%
B = 37.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#367468 (or 0x367468) is known color: Genoa. HEX triplet: 36, 74 and 68. RGB value is (54,116,104). Sum of RGB (Red+Green+Blue) = 54+116+104=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #367468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367468 is #C98B97. Grayscale: #606060. Windows color (decimal): -13208472 or 6845494. OLE color: 6845494.

HSL color Cylindrical-coordinate representation of color #367468: hue angle of 168.39º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367468 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 116 104 -
CMYK 0.53 0 0.10 0.55
HSL 168.39º 0.36% 0.33% -
HSV(B) 168.39º 0.53% 0.45% -
XYZ 10.27 14.27 15.31 -
YUV 96.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 54 116 104 0.53 0 0.10 0.55 168.39 0.36 0.33
Hex 36 74 68 35 0 A 37 A8 24 21
Octal 66 164 150 65 0 12 67 250 44 41
Binary 110110 1110100 1101000 110101 0 1010 110111 10101000 100100 100001

Color Harmonies of #367468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367468

Black with #367468

Text Example


Text Example

White with #367468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367468; }

 p { color: rgb(54,116,104); }

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

background-color css

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

 a { background-color: rgb(54,116,104); }

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

border-color css

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

 span { border-color: rgb(54,116,104); }

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