#257825

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

Shades of Japanese Laurel #257825

Tints of Japanese Laurel #257825

Color information

#257825 (or 0x257825) is unknown color: approx Japanese Laurel. HEX triplet: 25, 78 and 25. RGB value is (37,120,37). Sum of RGB (Red+Green+Blue) = 37+120+37=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #257825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257825 is #DA87DA. Grayscale: #555555. Windows color (decimal): -14321627 or 2455589. OLE color: 2455589.

HSL color Cylindrical-coordinate representation of color #257825: hue angle of 120º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257825 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB3712037-
CMYK0.6900.690.53
HSL120º52.87%30.78%-
HSV(B)120º69.17%47.06%-
XYZ7.8113.964.03-
YUV85.72100.593.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 120 (47.27% from 255) = 61.86%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=19.07%
G=61.86%
B=19.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120370.6900.690.5312052.8730.78
Hex257825450453578351f
Octal45170451050105651706537
Binary1001011111000100101100010101000101110101111100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257825; }

 p { color: rgb(37,120,37); }

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

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

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

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

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

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

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