#25873C

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

Shades of Japanese Laurel #25873C

Tints of Japanese Laurel #25873C

Color information

#25873C (or 0x25873C) is unknown color: approx Japanese Laurel. HEX triplet: 25, 87 and 3C. RGB value is (37,135,60). Sum of RGB (Red+Green+Blue) = 37+135+60=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #25873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25873C is #DA78C3. Grayscale: #616161. Windows color (decimal): -14317764 or 3966757. OLE color: 3966757.

HSL color Cylindrical-coordinate representation of color #25873C: hue angle of 134.08º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25873C is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB3713560-
CMYK0.7300.560.47
HSL134.08º56.98%33.73%-
HSV(B)134.08º72.59%52.94%-
XYZ10.2418.057.22-
YUV97.15107.0385.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 135 (53.12% from 255) = 58.19%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=15.95%
G=58.19%
B=25.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37135600.7300.560.47134.0856.9833.73
Hex25873C490382F863922
Octal4520774111070572067142
Binary100101100001111111001001001011100010111110000110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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