Html Css Color HEX #267662 Genoa

📋 copy color: '#267662'

red 38 ◦ green 118 ◦ blue 98

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

Shades of Genoa #267662

Tints of Genoa #267662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.58%

R = 14.96%
G = 46.46%
B = 38.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#267662 (or 0x267662) is known color: Genoa. HEX triplet: 26, 76 and 62. RGB value is (38,118,98). Sum of RGB (Red+Green+Blue) = 38+118+98=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #267662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267662 is #D9899D. Grayscale: #5B5B5B. Windows color (decimal): -14256542 or 6452774. OLE color: 6452774.

HSL color Cylindrical-coordinate representation of color #267662: hue angle of 165º 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 #267662 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 118 98 -
CMYK 0.68 0 0.17 0.54
HSL 165º 0.51% 0.31% -
HSV(B) 165º 0.68% 0.46% -
XYZ 9.48 14.25 13.81 -
YUV 91.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 38 118 98 0.68 0 0.17 0.54 165 0.51 0.31
Hex 26 76 62 44 0 11 36 A5 33 1F
Octal 46 166 142 104 0 21 66 245 63 37
Binary 100110 1110110 1100010 1000100 0 10001 110110 10100101 110011 11111

Color Harmonies of #267662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267662

Black with #267662

Text Example


Text Example

White with #267662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267662; }

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

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

background-color css

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

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

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

border-color css

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

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

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