#26454B

Color #26454B Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #26454B

Tints of Green Vogue #26454B

Color information

#26454B (or 0x26454B) is unknown color: approx Green Vogue. HEX triplet: 26, 45 and 4B. RGB value is (38,69,75). Sum of RGB (Red+Green+Blue) = 38+69+75=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #26454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26454B is #D9BAB4. Grayscale: #3C3C3C. Windows color (decimal): -14269109 or 4932902. OLE color: 4932902.

HSL color Cylindrical-coordinate representation of color #26454B: hue angle of 189.73º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #26454B is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB386975-
CMYK0.490.0800.71
HSL189.73º32.74%22.16%-
HSV(B)189.73º49.33%29.41%-
XYZ4.25.187.43-
YUV60.42136.23112.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=20.88%
G=37.91%
B=41.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3869750.490.0800.71189.7332.7422.16
Hex26454B318047be2116
Octal46105113611001072764126
Binary100110100010110010111100011000010001111011111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,69,75); }

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

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

 a { background-color: rgb(38,69,75); }

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

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

 span { border-color: rgb(38,69,75); }

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