#268635

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

Shades of Japanese Laurel #268635

Tints of Japanese Laurel #268635

Color information

#268635 (or 0x268635) is unknown color: approx Japanese Laurel. HEX triplet: 26, 86 and 35. RGB value is (38,134,53). Sum of RGB (Red+Green+Blue) = 38+134+53=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #268635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268635 is #D979CA. Grayscale: #606060. Windows color (decimal): -14252491 or 3507750. OLE color: 3507750.

HSL color Cylindrical-coordinate representation of color #268635: hue angle of 129.38º 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 #268635 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB3813453-
CMYK0.7200.600.47
HSL129.38º55.81%33.73%-
HSV(B)129.38º71.64%52.55%-
XYZ9.9717.726.26-
YUV96.06103.786.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 134 (52.73% from 255) = 59.56%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=16.89%
G=59.56%
B=23.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38134530.7200.600.47129.3855.8133.73
Hex2686354803C2F813822
Octal4620665110074572017042
Binary100110100001101101011001000011110010111110000001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268635; }

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

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

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

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

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

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

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

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