#267C36

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

Shades of Japanese Laurel #267C36

Tints of Japanese Laurel #267C36

Color information

#267C36 (or 0x267C36) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7C and 36. RGB value is (38,124,54). Sum of RGB (Red+Green+Blue) = 38+124+54=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #267C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267C36 is #D983C9. Grayscale: #5A5A5A. Windows color (decimal): -14255050 or 3570726. OLE color: 3570726.

HSL color Cylindrical-coordinate representation of color #267C36: hue angle of 131.16º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C36 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB3812454-
CMYK0.6900.560.51
HSL131.16º53.09%31.76%-
HSV(B)131.16º69.35%48.63%-
XYZ8.6715.095.95-
YUV90.31107.5190.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 124 (48.83% from 255) = 57.41%
BLUE value IS 54 (21.48% from 255) = 25%
R=17.59%
G=57.41%
B=25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38124540.6900.560.51131.1653.0931.76
Hex267C364503833833520
Octal4617466105070632036540
Binary10011011111001101101000101011100011001110000011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267C36; }

 p { color: rgb(38,124,54); }

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

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

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

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

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

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

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