Html Css Color HEX #227769 Genoa

📋 copy color: '#227769'

red 34 ◦ green 119 ◦ blue 105

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

Shades of Genoa #227769

Tints of Genoa #227769

RGB

 RED value IS 34 (13.67% from 255) = 13.18%

 GREEN value IS 119 (46.88% from 255) = 46.12%

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

R = 13.18%
G = 46.12%
B = 40.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#227769 (or 0x227769) is known color: Genoa. HEX triplet: 22, 77 and 69. RGB value is (34,119,105). Sum of RGB (Red+Green+Blue) = 34+119+105=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #227769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227769 is #DD8896. Grayscale: #5B5B5B. Windows color (decimal): -14518423 or 6911778. OLE color: 6911778.

HSL color Cylindrical-coordinate representation of color #227769: hue angle of 170.12º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227769 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 119 105 -
CMYK 0.71 0 0.12 0.53
HSL 170.12º 0.56% 0.3% -
HSV(B) 170.12º 0.71% 0.47% -
XYZ 9.81 14.55 15.66 -
YUV 91.99 135.34 86.64 -
System Red Green Blue C M Y K H S L
Decimal 34 119 105 0.71 0 0.12 0.53 170.12 0.56 0.3
Hex 22 77 69 47 0 C 35 AA 38 1E
Octal 42 167 151 107 0 14 65 252 70 36
Binary 100010 1110111 1101001 1000111 0 1100 110101 10101010 111000 11110

Color Harmonies of #227769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227769

Black with #227769

Text Example


Text Example

White with #227769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227769; }

 p { color: rgb(34,119,105); }

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

background-color css

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

 a { background-color: rgb(34,119,105); }

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

border-color css

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

 span { border-color: rgb(34,119,105); }

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