#275C04

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

Shades of Myrtle #275C04

Tints of Myrtle #275C04

Color information

#275C04 (or 0x275C04) is unknown color: approx Myrtle. HEX triplet: 27, 5C and 04. RGB value is (39,92,4). Sum of RGB (Red+Green+Blue) = 39+92+4=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #275C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275C04 is #D8A3FB. Grayscale: #424242. Windows color (decimal): -14197756 or 285735. OLE color: 285735.

HSL color Cylindrical-coordinate representation of color #275C04: hue angle of 96.14º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #275C04 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB39924-
CMYK0.5800.960.64
HSL96.14º91.67%18.82%-
HSV(B)96.14º95.65%36.08%-
XYZ4.698.091.43-
YUV66.1292.94108.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.89%
GREEN value IS 92 (36.33% from 255) = 68.15%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=28.89%
G=68.15%
B=2.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal399240.5800.960.6496.1491.6718.82
Hex275C43A06040605c13
Octal47134472014010014013423
Binary10011110111001001110100110000010000001100000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275C04; }

 p { color: rgb(39,92,4); }

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

<style>
 a { background-color: #275C04; }

 a { background-color: rgb(39,92,4); }

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

<style>
 span { border-color: #275C04; }

 span { border-color: rgb(39,92,4); }

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