#26412C

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

Shades of Gordons Green #26412C

Tints of Gordons Green #26412C

Color information

#26412C (or 0x26412C) is unknown color: approx Gordons Green. HEX triplet: 26, 41 and 2C. RGB value is (38,65,44). Sum of RGB (Red+Green+Blue) = 38+65+44=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #26412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26412C is #D9BED3. Grayscale: #363636. Windows color (decimal): -14270164 or 2900262. OLE color: 2900262.

HSL color Cylindrical-coordinate representation of color #26412C: hue angle of 133.33º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26412C is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB386544-
CMYK0.4200.320.75
HSL133.33º26.21%20.2%-
HSV(B)133.33º41.54%25.49%-
XYZ3.144.373.06-
YUV54.53122.05116.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=25.85%
G=44.22%
B=29.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3865440.4200.320.75133.3326.2120.2
Hex26412C2A0204B851a14
Octal4610154520401132053224
Binary100110100000110110010101001000001001011100001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26412C; }

 p { color: rgb(38,65,44); }

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

<style>
 a { background-color: #26412C; }

 a { background-color: rgb(38,65,44); }

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

<style>
 span { border-color: #26412C; }

 span { border-color: rgb(38,65,44); }

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