Html Css Color HEX #26716A Genoa

📋 copy color: '#26716A'

red 38 ◦ green 113 ◦ blue 106

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

Shades of Genoa #26716A

Tints of Genoa #26716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.97%

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

R = 14.79%
G = 43.97%
B = 41.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#26716A (or 0x26716A) is known color: Genoa. HEX triplet: 26, 71 and 6A. RGB value is (38,113,106). Sum of RGB (Red+Green+Blue) = 38+113+106=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #26716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26716A is #D98E95. Grayscale: #595959. Windows color (decimal): -14257814 or 6975782. OLE color: 6975782.

HSL color Cylindrical-coordinate representation of color #26716A: hue angle of 174.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26716A is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 113 106 -
CMYK 0.66 0 0.06 0.56
HSL 174.4º 0.5% 0.3% -
HSV(B) 174.4º 0.66% 0.44% -
XYZ 9.31 13.26 15.71 -
YUV 89.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 38 113 106 0.66 0 0.06 0.56 174.4 0.5 0.3
Hex 26 71 6A 42 0 6 38 AE 32 1E
Octal 46 161 152 102 0 6 70 256 62 36
Binary 100110 1110001 1101010 1000010 0 110 111000 10101110 110010 11110

Color Harmonies of #26716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26716A

Black with #26716A

Text Example


Text Example

White with #26716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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