#36E308

Color #36E308 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #36E308

Tints of Harlequin #36E308

Color information

#36E308 (or 0x36E308) is unknown color: approx Harlequin. HEX triplet: 36, E3 and 08. RGB value is (54,227,8). Sum of RGB (Red+Green+Blue) = 54+227+8=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 227 (89.06% from 255 or 78.55% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 227 - color contains mainly: green. Hex color #36E308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36E308 is #C91CF7. Grayscale: #979797. Windows color (decimal): -13180152 or 582454. OLE color: 582454.

HSL color Cylindrical-coordinate representation of color #36E308: hue angle of 107.4º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36E308 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB542278-
CMYK0.7600.960.11
HSL107.4º93.19%46.08%-
HSV(B)107.4º96.48%89.02%-
XYZ29.0355.749.46-
YUV150.3147.6959.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 227 (89.06% from 255) = 78.55%
BLUE value IS 8 (3.52% from 255) = 2.77%
R=18.69%
G=78.55%
B=2.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal5422780.7600.960.11107.493.1946.08
Hex36E384C060B6b5d2e
Octal663431011401401315313556
Binary110110111000111000100110001100000101111010111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36E308; }

 p { color: rgb(54,227,8); }

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

<style>
 a { background-color: #36E308; }

 a { background-color: rgb(54,227,8); }

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

<style>
 span { border-color: #36E308; }

 span { border-color: rgb(54,227,8); }

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