Html Css Color HEX #277062 Genoa

📋 copy color: '#277062'

red 39 ◦ green 112 ◦ blue 98

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

Shades of Genoa #277062

Tints of Genoa #277062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.36%

R = 15.66%
G = 44.98%
B = 39.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#277062 (or 0x277062) is known color: Genoa. HEX triplet: 27, 70 and 62. RGB value is (39,112,98). Sum of RGB (Red+Green+Blue) = 39+112+98=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #277062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277062 is #D88F9D. Grayscale: #585858. Windows color (decimal): -14192542 or 6451239. OLE color: 6451239.

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

Color convert

RGB 39 112 98 -
CMYK 0.65 0 0.13 0.56
HSL 168.49º 0.48% 0.3% -
HSV(B) 168.49º 0.65% 0.44% -
XYZ 8.84 12.9 13.58 -
YUV 88.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 39 112 98 0.65 0 0.13 0.56 168.49 0.48 0.3
Hex 27 70 62 41 0 D 38 A8 30 1E
Octal 47 160 142 101 0 15 70 250 60 36
Binary 100111 1110000 1100010 1000001 0 1101 111000 10101000 110000 11110

Color Harmonies of #277062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277062

Black with #277062

Text Example


Text Example

White with #277062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277062; }

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

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

background-color css

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

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

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

border-color css

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

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

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