#26873C

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

Shades of Japanese Laurel #26873C

Tints of Japanese Laurel #26873C

Color information

#26873C (or 0x26873C) is unknown color: approx Japanese Laurel. HEX triplet: 26, 87 and 3C. RGB value is (38,135,60). Sum of RGB (Red+Green+Blue) = 38+135+60=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #26873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26873C is #D978C3. Grayscale: #616161. Windows color (decimal): -14252228 or 3966758. OLE color: 3966758.

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

Color convert

RGB3813560-
CMYK0.7200.560.47
HSL133.61º56.07%33.92%-
HSV(B)133.61º71.85%52.94%-
XYZ10.2818.077.22-
YUV97.45106.8685.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 135 (53.12% from 255) = 57.94%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=16.31%
G=57.94%
B=25.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38135600.7200.560.47133.6156.0733.92
Hex26873C480382F863822
Octal4620774110070572067042
Binary100110100001111111001001000011100010111110000110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26873C; }

 p { color: rgb(38,135,60); }

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

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

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

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

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

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

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