Html Css Color HEX #277364 Genoa

📋 copy color: '#277364'

red 39 ◦ green 115 ◦ blue 100

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

Shades of Genoa #277364

Tints of Genoa #277364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

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

R = 15.35%
G = 45.28%
B = 39.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#277364 (or 0x277364) is known color: Genoa. HEX triplet: 27, 73 and 64. RGB value is (39,115,100). Sum of RGB (Red+Green+Blue) = 39+115+100=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #277364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277364 is #D88C9B. Grayscale: #5A5A5A. Windows color (decimal): -14191772 or 6583079. OLE color: 6583079.

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

Color convert

RGB 39 115 100 -
CMYK 0.66 0 0.13 0.55
HSL 168.16º 0.49% 0.3% -
HSV(B) 168.16º 0.66% 0.45% -
XYZ 9.27 13.61 14.2 -
YUV 90.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 39 115 100 0.66 0 0.13 0.55 168.16 0.49 0.3
Hex 27 73 64 42 0 D 37 A8 31 1E
Octal 47 163 144 102 0 15 67 250 61 36
Binary 100111 1110011 1100100 1000010 0 1101 110111 10101000 110001 11110

Color Harmonies of #277364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277364

Black with #277364

Text Example


Text Example

White with #277364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277364; }

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

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

background-color css

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

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

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

border-color css

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

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

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