#26553F

Color #26553F Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #26553F

Tints of Green Pea #26553F

Color information

#26553F (or 0x26553F) is unknown color: approx Green Pea. HEX triplet: 26, 55 and 3F. RGB value is (38,85,63). Sum of RGB (Red+Green+Blue) = 38+85+63=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #26553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26553F is #D9AAC0. Grayscale: #444444. Windows color (decimal): -14265025 or 4150566. OLE color: 4150566.

HSL color Cylindrical-coordinate representation of color #26553F: hue angle of 151.91º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #26553F is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB388563-
CMYK0.5500.260.67
HSL151.91º38.21%24.12%-
HSV(B)151.91º55.29%33.33%-
XYZ4.957.275.84-
YUV68.44124.93106.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 63 (25% from 255) = 33.87%
R=20.43%
G=45.70%
B=33.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885630.5500.260.67151.9138.2124.12
Hex26553F3701A43982618
Octal4612577670321032304630
Binary100110101010111111111011101101010000111001100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26553F; }

 p { color: rgb(38,85,63); }

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

<style>
 a { background-color: #26553F; }

 a { background-color: rgb(38,85,63); }

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

<style>
 span { border-color: #26553F; }

 span { border-color: rgb(38,85,63); }

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