#277423

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

Shades of Japanese Laurel #277423

Tints of Japanese Laurel #277423

Color information

#277423 (or 0x277423) is unknown color: approx Japanese Laurel. HEX triplet: 27, 74 and 23. RGB value is (39,116,35). Sum of RGB (Red+Green+Blue) = 39+116+35=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #277423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277423 is #D88BDC. Grayscale: #535353. Windows color (decimal): -14191581 or 2323495. OLE color: 2323495.

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

Color convert

RGB3911635-
CMYK0.6600.700.55
HSL117.04º53.64%29.61%-
HSV(B)117.04º69.83%45.49%-
XYZ7.3913.043.72-
YUV83.74100.4996.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 116 (45.70% from 255) = 61.05%
BLUE value IS 35 (14.06% from 255) = 18.42%
R=20.53%
G=61.05%
B=18.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39116350.6600.700.55117.0453.6429.61
Hex277423420463775361e
Octal47164431020106671656636
Binary1001111110100100011100001001000110110111111010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277423; }

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

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

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

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

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

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

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

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