#26664A

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

Shades of Green Pea #26664A

Tints of Green Pea #26664A

Color information

#26664A (or 0x26664A) is unknown color: approx Green Pea. HEX triplet: 26, 66 and 4A. RGB value is (38,102,74). Sum of RGB (Red+Green+Blue) = 38+102+74=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #26664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26664A is #D999B5. Grayscale: #4F4F4F. Windows color (decimal): -14260662 or 4875814. OLE color: 4875814.

HSL color Cylindrical-coordinate representation of color #26664A: hue angle of 153.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #26664A is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB3810274-
CMYK0.6300.270.6
HSL153.75º45.71%27.45%-
HSV(B)153.75º62.75%40%-
XYZ6.7910.418.13-
YUV79.67124.898.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 102 (40.23% from 255) = 47.66%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=17.76%
G=47.66%
B=34.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38102740.6300.270.6153.7545.7127.45
Hex26664A3F01B3C9a2e1b
Octal4614611277033742325633
Binary100110110011010010101111110110111111001001101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,102,74); }

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

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

 a { background-color: rgb(38,102,74); }

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

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

 span { border-color: rgb(38,102,74); }

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