#257826

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

Shades of Japanese Laurel #257826

Tints of Japanese Laurel #257826

Color information

#257826 (or 0x257826) is unknown color: approx Japanese Laurel. HEX triplet: 25, 78 and 26. RGB value is (37,120,38). Sum of RGB (Red+Green+Blue) = 37+120+38=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #257826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257826 is #DA87D9. Grayscale: #565656. Windows color (decimal): -14321626 or 2521125. OLE color: 2521125.

HSL color Cylindrical-coordinate representation of color #257826: hue angle of 120.72º 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 #257826 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB3712038-
CMYK0.6900.680.53
HSL120.72º52.87%30.78%-
HSV(B)120.72º69.17%47.06%-
XYZ7.8313.974.12-
YUV85.8410193.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 120 (47.27% from 255) = 61.54%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=18.97%
G=61.54%
B=19.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120380.6900.680.53120.7252.8730.78
Hex257826450443579351f
Octal45170461050104651716537
Binary1001011111000100110100010101000100110101111100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257826; }

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

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

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

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

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

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

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

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