Html Css Color HEX #267663 Genoa

📋 copy color: '#267663'

red 38 ◦ green 118 ◦ blue 99

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

Shades of Genoa #267663

Tints of Genoa #267663

RGB

 RED value IS 38 (15.23% from 255) = 14.9%

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 99 (39.06% from 255) = 38.82%

R = 14.9%
G = 46.27%
B = 38.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#267663 (or 0x267663) is known color: Genoa. HEX triplet: 26, 76 and 63. RGB value is (38,118,99). Sum of RGB (Red+Green+Blue) = 38+118+99=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #267663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267663 is #D9899C. Grayscale: #5B5B5B. Windows color (decimal): -14256541 or 6518310. OLE color: 6518310.

HSL color Cylindrical-coordinate representation of color #267663: hue angle of 165.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267663 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 118 99 -
CMYK 0.68 0 0.16 0.54
HSL 165.75º 0.51% 0.31% -
HSV(B) 165.75º 0.68% 0.46% -
XYZ 9.53 14.27 14.06 -
YUV 91.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 38 118 99 0.68 0 0.16 0.54 165.75 0.51 0.31
Hex 26 76 63 44 0 10 36 A6 33 1F
Octal 46 166 143 104 0 20 66 246 63 37
Binary 100110 1110110 1100011 1000100 0 10000 110110 10100110 110011 11111

Color Harmonies of #267663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267663

Black with #267663

Text Example


Text Example

White with #267663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267663; }

 p { color: rgb(38,118,99); }

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

background-color css

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

 a { background-color: rgb(38,118,99); }

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

border-color css

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

 span { border-color: rgb(38,118,99); }

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