#277523

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

Shades of Japanese Laurel #277523

Tints of Japanese Laurel #277523

Color information

#277523 (or 0x277523) is unknown color: approx Japanese Laurel. HEX triplet: 27, 75 and 23. RGB value is (39,117,35). Sum of RGB (Red+Green+Blue) = 39+117+35=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #277523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277523 is #D88ADC. Grayscale: #545454. Windows color (decimal): -14191325 or 2323751. OLE color: 2323751.

HSL color Cylindrical-coordinate representation of color #277523: hue angle of 117.07º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277523 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB3911735-
CMYK0.6700.700.54
HSL117.07º53.95%29.8%-
HSV(B)117.07º70.09%45.88%-
XYZ7.513.283.76-
YUV84.33100.1695.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 117 (46.09% from 255) = 61.26%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=20.42%
G=61.26%
B=18.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39117350.6700.700.54117.0753.9529.8
Hex277523430463675361e
Octal47165431030106661656636
Binary1001111110101100011100001101000110110110111010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277523; }

 p { color: rgb(39,117,35); }

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

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

 a { background-color: rgb(39,117,35); }

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

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

 span { border-color: rgb(39,117,35); }

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