#268534

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

Shades of Japanese Laurel #268534

Tints of Japanese Laurel #268534

Color information

#268534 (or 0x268534) is unknown color: approx Japanese Laurel. HEX triplet: 26, 85 and 34. RGB value is (38,133,52). Sum of RGB (Red+Green+Blue) = 38+133+52=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #268534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268534 is #D97ACB. Grayscale: #5F5F5F. Windows color (decimal): -14252748 or 3441958. OLE color: 3441958.

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

Color convert

RGB3813352-
CMYK0.7100.610.48
HSL128.84º55.56%33.53%-
HSV(B)128.84º71.43%52.16%-
XYZ9.8117.446.1-
YUV95.36103.5387.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.04%
GREEN value IS 133 (52.34% from 255) = 59.64%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=17.04%
G=59.64%
B=23.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38133520.7100.610.48128.8455.5633.53
Hex2685344703D30813822
Octal4620564107075602017042
Binary100110100001011101001000111011110111000010000001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268534; }

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

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

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

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

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

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

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

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