#267526

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

Shades of Japanese Laurel #267526

Tints of Japanese Laurel #267526

Color information

#267526 (or 0x267526) is unknown color: approx Japanese Laurel. HEX triplet: 26, 75 and 26. RGB value is (38,117,38). Sum of RGB (Red+Green+Blue) = 38+117+38=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #267526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267526 is #D98AD9. Grayscale: #545454. Windows color (decimal): -14256858 or 2520358. OLE color: 2520358.

HSL color Cylindrical-coordinate representation of color #267526: hue angle of 120º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267526 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB3811738-
CMYK0.6800.680.54
HSL120º50.97%30.39%-
HSV(B)120º67.52%45.88%-
XYZ7.5113.274-
YUV84.37101.8394.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 117 (46.09% from 255) = 60.62%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=19.69%
G=60.62%
B=19.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38117380.6800.680.5412050.9730.39
Hex267526440443678331e
Octal46165461040104661706336
Binary1001101110101100110100010001000100110110111100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267526; }

 p { color: rgb(38,117,38); }

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

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

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

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

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

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

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