Html Css Color HEX #27816D Genoa

📋 copy color: '#27816D'

red 39 ◦ green 129 ◦ blue 109

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

Shades of Genoa #27816D

Tints of Genoa #27816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 14.08%
G = 46.57%
B = 39.35%

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

#27816D (or 0x27816D) is known color: Genoa. HEX triplet: 27, 81 and 6D. RGB value is (39,129,109). Sum of RGB (Red+Green+Blue) = 39+129+109=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #27816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27816D is #D87E92. Grayscale: #636363. Windows color (decimal): -14188179 or 7176487. OLE color: 7176487.

HSL color Cylindrical-coordinate representation of color #27816D: hue angle of 166.67º 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 #27816D is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 129 109 -
CMYK 0.70 0 0.16 0.49
HSL 166.67º 0.54% 0.33% -
HSV(B) 166.67º 0.7% 0.51% -
XYZ 11.45 17.24 17.19 -
YUV 99.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 39 129 109 0.70 0 0.16 0.49 166.67 0.54 0.33
Hex 27 81 6D 46 0 10 31 A7 36 21
Octal 47 201 155 106 0 20 61 247 66 41
Binary 100111 10000001 1101101 1000110 0 10000 110001 10100111 110110 100001

Color Harmonies of #27816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27816D

Black with #27816D

Text Example


Text Example

White with #27816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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