#268537

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

Shades of Japanese Laurel #268537

Tints of Japanese Laurel #268537

Color information

#268537 (or 0x268537) is unknown color: approx Japanese Laurel. HEX triplet: 26, 85 and 37. RGB value is (38,133,55). Sum of RGB (Red+Green+Blue) = 38+133+55=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #268537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268537 is #D97AC8. Grayscale: #5F5F5F. Windows color (decimal): -14252745 or 3638566. OLE color: 3638566.

HSL color Cylindrical-coordinate representation of color #268537: hue angle of 130.74º degrees, saturation: 0.56, 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 #268537 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB3813355-
CMYK0.7100.590.48
HSL130.74º55.56%33.53%-
HSV(B)130.74º71.43%52.16%-
XYZ9.8817.466.46-
YUV95.7105.0386.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 133 (52.34% from 255) = 58.85%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=16.81%
G=58.85%
B=24.34%

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
Decimal38133550.7100.590.48130.7455.5633.53
Hex2685374703B30833822
Octal4620567107073602037042
Binary100110100001011101111000111011101111000010000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268537; }

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

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

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

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

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

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

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

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