Html Css Color HEX #26736B Genoa

📋 copy color: '#26736B'

red 38 ◦ green 115 ◦ blue 107

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

Shades of Genoa #26736B

Tints of Genoa #26736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

 BLUE value IS 107 (42.19% from 255) = 41.15%

R = 14.62%
G = 44.23%
B = 41.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#26736B (or 0x26736B) is known color: Genoa. HEX triplet: 26, 73 and 6B. RGB value is (38,115,107). Sum of RGB (Red+Green+Blue) = 38+115+107=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #26736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26736B is #D98C94. Grayscale: #5B5B5B. Windows color (decimal): -14257301 or 7041830. OLE color: 7041830.

HSL color Cylindrical-coordinate representation of color #26736B: hue angle of 173.77º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26736B is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 115 107 -
CMYK 0.67 0 0.07 0.55
HSL 173.77º 0.5% 0.3% -
HSV(B) 173.77º 0.67% 0.45% -
XYZ 9.58 13.74 16.06 -
YUV 91.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 38 115 107 0.67 0 0.07 0.55 173.77 0.5 0.3
Hex 26 73 6B 43 0 7 37 AE 32 1E
Octal 46 163 153 103 0 7 67 256 62 36
Binary 100110 1110011 1101011 1000011 0 111 110111 10101110 110010 11110

Color Harmonies of #26736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26736B

Black with #26736B

Text Example


Text Example

White with #26736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26736B; }

 p { color: rgb(38,115,107); }

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

background-color css

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

 a { background-color: rgb(38,115,107); }

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

border-color css

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

 span { border-color: rgb(38,115,107); }

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