#278536

Color #278536 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #278536

Tints of Japanese Laurel #278536

Color information

#278536 (or 0x278536) is unknown color: approx Japanese Laurel. HEX triplet: 27, 85 and 36. RGB value is (39,133,54). Sum of RGB (Red+Green+Blue) = 39+133+54=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #278536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278536 is #D87AC9. Grayscale: #606060. Windows color (decimal): -14187210 or 3573031. OLE color: 3573031.

HSL color Cylindrical-coordinate representation of color #278536: hue angle of 129.57º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278536 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB3913354-
CMYK0.7100.590.48
HSL129.57º54.65%33.73%-
HSV(B)129.57º70.68%52.16%-
XYZ9.8917.476.34-
YUV95.89104.3687.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 133 (52.34% from 255) = 58.85%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=17.26%
G=58.85%
B=23.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39133540.7100.590.48129.5754.6533.73
Hex2785364703B30823722
Octal4720566107073602026742
Binary100111100001011101101000111011101111000010000010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278536; }

 p { color: rgb(39,133,54); }

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

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

 a { background-color: rgb(39,133,54); }

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

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

 span { border-color: rgb(39,133,54); }

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