#265E01

Color #265E01 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #265E01

Tints of Myrtle #265E01

Color information

#265E01 (or 0x265E01) is unknown color: approx Myrtle. HEX triplet: 26, 5E and 01. RGB value is (38,94,1). Sum of RGB (Red+Green+Blue) = 38+94+1=133 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.57% from 133); Green value is 94 (37.11% from 255 or 70.68% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 94 - color contains mainly: green. Hex color #265E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265E01 is #D9A1FE. Grayscale: #424242. Windows color (decimal): -14262783 or 89638. OLE color: 89638.

HSL color Cylindrical-coordinate representation of color #265E01: hue angle of 96.13º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #265E01 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB38941-
CMYK0.6000.990.63
HSL96.13º97.89%18.63%-
HSV(B)96.13º98.94%36.86%-
XYZ4.818.421.4-
YUV66.6590.95107.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.57%
GREEN value IS 94 (37.11% from 255) = 70.68%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=28.57%
G=70.68%
B=0.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal389410.6000.990.6396.1397.8918.63
Hex265E13C0633F606213
Octal4613617401437714014223
Binary10011010111101111100011000111111111100000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265E01; }

 p { color: rgb(38,94,1); }

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

<style>
 a { background-color: #265E01; }

 a { background-color: rgb(38,94,1); }

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

<style>
 span { border-color: #265E01; }

 span { border-color: rgb(38,94,1); }

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