Html Css Color HEX #277260 Genoa

📋 copy color: '#277260'

red 39 ◦ green 114 ◦ blue 96

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

Shades of Genoa #277260

Tints of Genoa #277260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 15.66%
G = 45.78%
B = 38.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#277260 (or 0x277260) is known color: Genoa. HEX triplet: 27, 72 and 60. RGB value is (39,114,96). Sum of RGB (Red+Green+Blue) = 39+114+96=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #277260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277260 is #D88D9F. Grayscale: #595959. Windows color (decimal): -14192032 or 6320679. OLE color: 6320679.

HSL color Cylindrical-coordinate representation of color #277260: hue angle of 165.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277260 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 114 96 -
CMYK 0.66 0 0.16 0.55
HSL 165.6º 0.49% 0.3% -
HSV(B) 165.6º 0.66% 0.45% -
XYZ 8.97 13.31 13.16 -
YUV 89.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 39 114 96 0.66 0 0.16 0.55 165.6 0.49 0.3
Hex 27 72 60 42 0 10 37 A6 31 1E
Octal 47 162 140 102 0 20 67 246 61 36
Binary 100111 1110010 1100000 1000010 0 10000 110111 10100110 110001 11110

Color Harmonies of #277260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277260

Black with #277260

Text Example


Text Example

White with #277260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277260; }

 p { color: rgb(39,114,96); }

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

background-color css

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

 a { background-color: rgb(39,114,96); }

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

border-color css

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

 span { border-color: rgb(39,114,96); }

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