Html Css Color HEX #277067 Genoa

📋 copy color: '#277067'

red 39 ◦ green 112 ◦ blue 103

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

Shades of Genoa #277067

Tints of Genoa #277067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 103 (40.63% from 255) = 40.55%

R = 15.35%
G = 44.09%
B = 40.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#277067 (or 0x277067) is known color: Genoa. HEX triplet: 27, 70 and 67. RGB value is (39,112,103). Sum of RGB (Red+Green+Blue) = 39+112+103=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #277067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277067 is #D88F98. Grayscale: #595959. Windows color (decimal): -14192537 or 6778919. OLE color: 6778919.

HSL color Cylindrical-coordinate representation of color #277067: hue angle of 172.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277067 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 112 103 -
CMYK 0.65 0 0.08 0.56
HSL 172.6º 0.48% 0.3% -
HSV(B) 172.6º 0.65% 0.44% -
XYZ 9.08 13 14.86 -
YUV 89.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 39 112 103 0.65 0 0.08 0.56 172.6 0.48 0.3
Hex 27 70 67 41 0 8 38 AD 30 1E
Octal 47 160 147 101 0 10 70 255 60 36
Binary 100111 1110000 1100111 1000001 0 1000 111000 10101101 110000 11110

Color Harmonies of #277067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277067

Black with #277067

Text Example


Text Example

White with #277067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277067; }

 p { color: rgb(39,112,103); }

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

background-color css

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

 a { background-color: rgb(39,112,103); }

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

border-color css

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

 span { border-color: rgb(39,112,103); }

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