Html Css Color HEX #27816C Genoa

📋 copy color: '#27816C'

red 39 ◦ green 129 ◦ blue 108

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

Shades of Genoa #27816C

Tints of Genoa #27816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.74%

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 14.13%
G = 46.74%
B = 39.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#27816C (or 0x27816C) is known color: Genoa. HEX triplet: 27, 81 and 6C. RGB value is (39,129,108). Sum of RGB (Red+Green+Blue) = 39+129+108=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #27816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27816C is #D87E93. Grayscale: #636363. Windows color (decimal): -14188180 or 7110951. OLE color: 7110951.

HSL color Cylindrical-coordinate representation of color #27816C: hue angle of 166º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27816C is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 129 108 -
CMYK 0.70 0 0.16 0.49
HSL 166º 0.54% 0.33% -
HSV(B) 166º 0.7% 0.51% -
XYZ 11.39 17.21 16.91 -
YUV 99.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 39 129 108 0.70 0 0.16 0.49 166 0.54 0.33
Hex 27 81 6C 46 0 10 31 A6 36 21
Octal 47 201 154 106 0 20 61 246 66 41
Binary 100111 10000001 1101100 1000110 0 10000 110001 10100110 110110 100001

Color Harmonies of #27816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27816C

Black with #27816C

Text Example


Text Example

White with #27816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27816C; }

 p { color: rgb(39,129,108); }

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

background-color css

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

 a { background-color: rgb(39,129,108); }

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

border-color css

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

 span { border-color: rgb(39,129,108); }

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