#268637

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

Shades of Japanese Laurel #268637

Tints of Japanese Laurel #268637

Color information

#268637 (or 0x268637) is unknown color: approx Japanese Laurel. HEX triplet: 26, 86 and 37. RGB value is (38,134,55). Sum of RGB (Red+Green+Blue) = 38+134+55=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #268637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268637 is #D979C8. Grayscale: #606060. Windows color (decimal): -14252489 or 3638822. OLE color: 3638822.

HSL color Cylindrical-coordinate representation of color #268637: hue angle of 130.62º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268637 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB3813455-
CMYK0.7200.590.47
HSL130.62º55.81%33.73%-
HSV(B)130.62º71.64%52.55%-
XYZ10.0117.746.51-
YUV96.29104.786.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 134 (52.73% from 255) = 59.03%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=16.74%
G=59.03%
B=24.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38134550.7200.590.47130.6255.8133.73
Hex2686374803B2F833822
Octal4620667110073572037042
Binary100110100001101101111001000011101110111110000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268637; }

 p { color: rgb(38,134,55); }

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

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

 a { background-color: rgb(38,134,55); }

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

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

 span { border-color: rgb(38,134,55); }

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