Html Css Color HEX #26756A Genoa

📋 copy color: '#26756A'

red 38 ◦ green 117 ◦ blue 106

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

Shades of Genoa #26756A

Tints of Genoa #26756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

 BLUE value IS 106 (41.8% from 255) = 40.61%

R = 14.56%
G = 44.83%
B = 40.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#26756A (or 0x26756A) is known color: Genoa. HEX triplet: 26, 75 and 6A. RGB value is (38,117,106). Sum of RGB (Red+Green+Blue) = 38+117+106=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #26756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26756A is #D98A95. Grayscale: #5C5C5C. Windows color (decimal): -14256790 or 6976806. OLE color: 6976806.

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

Color convert

RGB 38 117 106 -
CMYK 0.68 0 0.09 0.54
HSL 171.65º 0.51% 0.3% -
HSV(B) 171.65º 0.68% 0.46% -
XYZ 9.76 14.18 15.86 -
YUV 92.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 38 117 106 0.68 0 0.09 0.54 171.65 0.51 0.3
Hex 26 75 6A 44 0 9 36 AC 33 1E
Octal 46 165 152 104 0 11 66 254 63 36
Binary 100110 1110101 1101010 1000100 0 1001 110110 10101100 110011 11110

Color Harmonies of #26756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26756A

Black with #26756A

Text Example


Text Example

White with #26756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26756A; }

 p { color: rgb(38,117,106); }

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

background-color css

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

 a { background-color: rgb(38,117,106); }

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

border-color css

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

 span { border-color: rgb(38,117,106); }

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