#26362A

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

Shades of Gordons Green #26362A

Tints of Gordons Green #26362A

Color information

#26362A (or 0x26362A) is unknown color: approx Gordons Green. HEX triplet: 26, 36 and 2A. RGB value is (38,54,42). Sum of RGB (Red+Green+Blue) = 38+54+42=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 54 - color contains mainly: green. Hex color #26362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26362A is #D9C9D5. Grayscale: #2F2F2F. Windows color (decimal): -14272982 or 2766374. OLE color: 2766374.

HSL color Cylindrical-coordinate representation of color #26362A: hue angle of 135º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #26362A is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB385442-
CMYK0.3000.220.79
HSL135º17.39%18.04%-
HSV(B)135º29.63%21.18%-
XYZ2.543.222.68-
YUV47.85124.7120.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.36%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=28.36%
G=40.30%
B=31.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3854420.3000.220.7913517.3918.04
Hex26362A1E0164F871112
Octal466652360261172072122
Binary100110110110101010111100101101001111100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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