#26422A

Color #26422A Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #26422A

Tints of Gordons Green #26422A

Color information

#26422A (or 0x26422A) is unknown color: approx Gordons Green. HEX triplet: 26, 42 and 2A. RGB value is (38,66,42). Sum of RGB (Red+Green+Blue) = 38+66+42=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #26422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26422A is #D9BDD5. Grayscale: #363636. Windows color (decimal): -14269910 or 2769446. OLE color: 2769446.

HSL color Cylindrical-coordinate representation of color #26422A: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26422A is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB386642-
CMYK0.4200.360.74
HSL128.57º26.92%20.39%-
HSV(B)128.57º42.42%25.88%-
XYZ3.174.482.89-
YUV54.89120.72115.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.03%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=26.03%
G=45.21%
B=28.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866420.4200.360.74128.5726.9220.39
Hex26422A2A0244A811b14
Octal4610252520441122013324
Binary100110100001010101010101001001001001010100000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,66,42); }

 H1.HeaderClassName
 {
   color: #26422A;
 }
 .AnyTagClassName
 {
   color: #26422A;
 }
</style>
background-color css

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

 a { background-color: rgb(38,66,42); }

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

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

 span { border-color: rgb(38,66,42); }

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