Html Css Color HEX #27746B Genoa

📋 copy color: '#27746B'

red 39 ◦ green 116 ◦ blue 107

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

Shades of Genoa #27746B

Tints of Genoa #27746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 14.89%
G = 44.27%
B = 40.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#27746B (or 0x27746B) is known color: Genoa. HEX triplet: 27, 74 and 6B. RGB value is (39,116,107). Sum of RGB (Red+Green+Blue) = 39+116+107=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #27746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27746B is #D88B94. Grayscale: #5B5B5B. Windows color (decimal): -14191509 or 7042087. OLE color: 7042087.

HSL color Cylindrical-coordinate representation of color #27746B: hue angle of 172.99º degrees, saturation: 0.5, 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 #27746B is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 116 107 -
CMYK 0.66 0 0.08 0.55
HSL 172.99º 0.5% 0.3% -
HSV(B) 172.99º 0.66% 0.45% -
XYZ 9.74 13.98 16.1 -
YUV 91.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 39 116 107 0.66 0 0.08 0.55 172.99 0.5 0.3
Hex 27 74 6B 42 0 8 37 AD 32 1E
Octal 47 164 153 102 0 10 67 255 62 36
Binary 100111 1110100 1101011 1000010 0 1000 110111 10101101 110010 11110

Color Harmonies of #27746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27746B

Black with #27746B

Text Example


Text Example

White with #27746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27746B; }

 p { color: rgb(39,116,107); }

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

background-color css

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

 a { background-color: rgb(39,116,107); }

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

border-color css

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

 span { border-color: rgb(39,116,107); }

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