Html Css Color HEX #26756B Genoa

📋 copy color: '#26756B'

red 38 ◦ green 117 ◦ blue 107

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

Shades of Genoa #26756B

Tints of Genoa #26756B

RGB

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

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

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

R = 14.5%
G = 44.66%
B = 40.84%

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

#26756B (or 0x26756B) is known color: Genoa. HEX triplet: 26, 75 and 6B. RGB value is (38,117,107). Sum of RGB (Red+Green+Blue) = 38+117+107=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #26756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26756B is #D98A94. Grayscale: #5C5C5C. Windows color (decimal): -14256789 or 7042342. OLE color: 7042342.

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

Color convert

RGB 38 117 107 -
CMYK 0.68 0 0.09 0.54
HSL 172.41º 0.51% 0.3% -
HSV(B) 172.41º 0.68% 0.46% -
XYZ 9.81 14.2 16.13 -
YUV 92.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 38 117 107 0.68 0 0.09 0.54 172.41 0.51 0.3
Hex 26 75 6B 44 0 9 36 AC 33 1E
Octal 46 165 153 104 0 11 66 254 63 36
Binary 100110 1110101 1101011 1000100 0 1001 110110 10101100 110011 11110

Color Harmonies of #26756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26756B

Black with #26756B

Text Example


Text Example

White with #26756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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