Html Css Color HEX #277069 Genoa

📋 copy color: '#277069'

red 39 ◦ green 112 ◦ blue 105

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

Shades of Genoa #277069

Tints of Genoa #277069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.02%

R = 15.23%
G = 43.75%
B = 41.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#277069 (or 0x277069) is known color: Genoa. HEX triplet: 27, 70 and 69. RGB value is (39,112,105). Sum of RGB (Red+Green+Blue) = 39+112+105=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #277069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277069 is #D88F96. Grayscale: #595959. Windows color (decimal): -14192535 or 6909991. OLE color: 6909991.

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

Color convert

RGB 39 112 105 -
CMYK 0.65 0 0.06 0.56
HSL 174.25º 0.48% 0.3% -
HSV(B) 174.25º 0.65% 0.44% -
XYZ 9.18 13.04 15.4 -
YUV 89.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 39 112 105 0.65 0 0.06 0.56 174.25 0.48 0.3
Hex 27 70 69 41 0 6 38 AE 30 1E
Octal 47 160 151 101 0 6 70 256 60 36
Binary 100111 1110000 1101001 1000001 0 110 111000 10101110 110000 11110

Color Harmonies of #277069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277069

Black with #277069

Text Example


Text Example

White with #277069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277069; }

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

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

background-color css

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

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

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

border-color css

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

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

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