Html Css Color HEX #277568 Genoa

📋 copy color: '#277568'

red 39 ◦ green 117 ◦ blue 104

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

Shades of Genoa #277568

Tints of Genoa #277568

RGB

 RED value IS 39 (15.63% from 255) = 15%

 GREEN value IS 117 (46.09% from 255) = 45%

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

R = 15%
G = 45%
B = 40%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#277568 (or 0x277568) is known color: Genoa. HEX triplet: 27, 75 and 68. RGB value is (39,117,104). Sum of RGB (Red+Green+Blue) = 39+117+104=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #277568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277568 is #D88A97. Grayscale: #5C5C5C. Windows color (decimal): -14191256 or 6845735. OLE color: 6845735.

HSL color Cylindrical-coordinate representation of color #277568: hue angle of 170º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277568 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 117 104 -
CMYK 0.67 0 0.11 0.54
HSL 170º 0.5% 0.31% -
HSV(B) 170º 0.67% 0.46% -
XYZ 9.7 14.15 15.32 -
YUV 92.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 39 117 104 0.67 0 0.11 0.54 170 0.5 0.31
Hex 27 75 68 43 0 B 36 AA 32 1F
Octal 47 165 150 103 0 13 66 252 62 37
Binary 100111 1110101 1101000 1000011 0 1011 110110 10101010 110010 11111

Color Harmonies of #277568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277568

Black with #277568

Text Example


Text Example

White with #277568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277568; }

 p { color: rgb(39,117,104); }

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

background-color css

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

 a { background-color: rgb(39,117,104); }

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

border-color css

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

 span { border-color: rgb(39,117,104); }

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