#257728

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

Shades of Japanese Laurel #257728

Tints of Japanese Laurel #257728

Color information

#257728 (or 0x257728) is unknown color: approx Japanese Laurel. HEX triplet: 25, 77 and 28. RGB value is (37,119,40). Sum of RGB (Red+Green+Blue) = 37+119+40=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #257728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257728 is #DA88D7. Grayscale: #555555. Windows color (decimal): -14321880 or 2651941. OLE color: 2651941.

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

Color convert

RGB3711940-
CMYK0.6900.660.53
HSL122.2º52.56%30.59%-
HSV(B)122.2º68.91%46.67%-
XYZ7.7413.744.25-
YUV85.48102.3393.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 119 (46.88% from 255) = 60.71%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=18.88%
G=60.71%
B=20.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37119400.6900.660.53122.252.5630.59
Hex25772845042357a351f
Octal45167501050102651726537
Binary1001011110111101000100010101000010110101111101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257728; }

 p { color: rgb(37,119,40); }

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

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

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

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

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

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

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