Html Css Color HEX #277164 Genoa

📋 copy color: '#277164'

red 39 ◦ green 113 ◦ blue 100

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

Shades of Genoa #277164

Tints of Genoa #277164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

 BLUE value IS 100 (39.45% from 255) = 39.68%

R = 15.48%
G = 44.84%
B = 39.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#277164 (or 0x277164) is known color: Genoa. HEX triplet: 27, 71 and 64. RGB value is (39,113,100). Sum of RGB (Red+Green+Blue) = 39+113+100=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #277164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277164 is #D88E9B. Grayscale: #595959. Windows color (decimal): -14192284 or 6582567. OLE color: 6582567.

HSL color Cylindrical-coordinate representation of color #277164: hue angle of 169.46º degrees, saturation: 0.49, 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 #277164 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 113 100 -
CMYK 0.65 0 0.12 0.56
HSL 169.46º 0.49% 0.3% -
HSV(B) 169.46º 0.65% 0.44% -
XYZ 9.04 13.16 14.12 -
YUV 89.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 39 113 100 0.65 0 0.12 0.56 169.46 0.49 0.3
Hex 27 71 64 41 0 C 38 A9 31 1E
Octal 47 161 144 101 0 14 70 251 61 36
Binary 100111 1110001 1100100 1000001 0 1100 111000 10101001 110001 11110

Color Harmonies of #277164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277164

Black with #277164

Text Example


Text Example

White with #277164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277164; }

 p { color: rgb(39,113,100); }

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

background-color css

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

 a { background-color: rgb(39,113,100); }

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

border-color css

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

 span { border-color: rgb(39,113,100); }

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