Html Css Color HEX #277165 Genoa

📋 copy color: '#277165'

red 39 ◦ green 113 ◦ blue 101

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

Shades of Genoa #277165

Tints of Genoa #277165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.92%

R = 15.42%
G = 44.66%
B = 39.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#277165 (or 0x277165) is known color: Genoa. HEX triplet: 27, 71 and 65. RGB value is (39,113,101). Sum of RGB (Red+Green+Blue) = 39+113+101=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #277165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277165 is #D88E9A. Grayscale: #595959. Windows color (decimal): -14192283 or 6648103. OLE color: 6648103.

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

Color convert

RGB 39 113 101 -
CMYK 0.65 0 0.11 0.56
HSL 170.27º 0.49% 0.3% -
HSV(B) 170.27º 0.65% 0.44% -
XYZ 9.09 13.18 14.38 -
YUV 89.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 39 113 101 0.65 0 0.11 0.56 170.27 0.49 0.3
Hex 27 71 65 41 0 B 38 AA 31 1E
Octal 47 161 145 101 0 13 70 252 61 36
Binary 100111 1110001 1100101 1000001 0 1011 111000 10101010 110001 11110

Color Harmonies of #277165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277165

Black with #277165

Text Example


Text Example

White with #277165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277165; }

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

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

background-color css

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

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

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

border-color css

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

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

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